Add imgui to the list of third-party libraries

This commit is contained in:
Attila Uygun 2023-10-14 21:07:05 +02:00
parent 7b8d2db565
commit a23dbdfe15
1 changed files with 2 additions and 1 deletions

View File

@ -93,4 +93,5 @@ GAME_FACTORIES{GAME_CLASS(HelloWorld)};
[spirv-reflect](https://github.com/KhronosGroup/SPIRV-Reflect),
[vma](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator),
[vulkan-sdk](https://vulkan.lunarg.com),
[volk](https://github.com/zeux/volk)
[volk](https://github.com/zeux/volk),
[imgui](https://github.com/ocornut/imgui)