chore: add vendored library version tracking

Add extern/VERSIONS.md documenting pinned versions of all vendored
third-party libraries: Dear ImGui 1.92.6, VMA 3.4.0, miniaudio 0.11.24,
stb_image 2.30, stb_image_write 1.16, Lua 5.1.5.

Notes that Lua 5.1.5 is intentionally old (WoW addon API compatibility).
Helps maintainers track dependency drift and plan upgrades.
This commit is contained in:
Kelsi 2026-03-30 18:46:34 -07:00
parent 4ea36250be
commit 529985a961
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored
View file

@ -67,6 +67,7 @@ extern/*
!extern/vk-bootstrap
!extern/vk_mem_alloc.h
!extern/lua-5.1.5
!extern/VERSIONS.md
# ImGui state
imgui.ini