mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 12:03:50 +00:00
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:
parent
4ea36250be
commit
529985a961
2 changed files with 15 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue