Basic GUI

This commit is contained in:
Dynamitos
2025-01-24 23:20:30 +01:00
parent 8af00e2510
commit cfefb125c8
9 changed files with 64 additions and 8 deletions
+13 -1
View File
@@ -1,3 +1,15 @@
{
"dependencies": ["assimp", "ktx", "glfw3", "glew", "glm", "stb", "fmt"]
"dependencies": [
{
"name": "imgui",
"features": [ "glfw-binding", "opengl3-binding" ]
},
"assimp",
"ktx",
"glfw3",
"glew",
"glm",
"stb",
"fmt"
]
}