replaced imgui with cimgui shared lib to use with c# bindings

This commit is contained in:
2025-04-29 02:37:15 +05:00
parent 72f47c297e
commit d5531ce370
12 changed files with 67 additions and 43 deletions

View File

@@ -9,7 +9,7 @@
"includePath": [
"dependencies/include",
"dependencies/include/SDL2",
"dependencies/imgui",
"dependencies/cimgui/imgui",
"${default}"
],
"cppStandard": "c++20"