Improved openGL and ImGUI implementation

This commit is contained in:
2026-03-05 20:15:46 +00:00
parent e746781494
commit 54de2775df
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -102,3 +102,4 @@ CMakeUserPresets.json
build build
.cache .cache
test test
*.ini
+1
View File
@@ -136,3 +136,4 @@ int main() {
return 0; return 0;
} }