mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
15 lines
835 B
Markdown
15 lines
835 B
Markdown
|
|
# Vendored Library Versions
|
||
|
|
|
||
|
|
Versions of third-party libraries vendored in `extern/`. Update this file
|
||
|
|
when upgrading any dependency so maintainers can track drift.
|
||
|
|
|
||
|
|
| Library | Version | Source | Notes |
|
||
|
|
|---------|---------|--------|-------|
|
||
|
|
| Dear ImGui | 1.92.6 WIP | https://github.com/ocornut/imgui | Git submodule |
|
||
|
|
| vk-bootstrap | latest | https://github.com/charles-lunarg/vk-bootstrap | Git submodule |
|
||
|
|
| Vulkan Memory Allocator | 3.4.0 | https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | Single header |
|
||
|
|
| miniaudio | 0.11.24 | https://miniaud.io/ | Single header |
|
||
|
|
| stb_image | 2.30 | https://github.com/nothings/stb | Single header |
|
||
|
|
| stb_image_write | 1.16 | https://github.com/nothings/stb | Single header |
|
||
|
|
| Lua | 5.1.5 | https://www.lua.org/ | Intentionally 5.1 for WoW addon API compatibility |
|