From a23dbdfe15ab6fc532207ad14e62c033a27c4bba Mon Sep 17 00:00:00 2001 From: Attila Uygun Date: Sat, 14 Oct 2023 21:07:05 +0200 Subject: [PATCH] Add imgui to the list of third-party libraries --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca07c1..7ef4852 100644 --- a/README.md +++ b/README.md @@ -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)