added imgui and sdl

This commit is contained in:
2023-03-29 21:37:36 +06:00
parent 9edf287034
commit 22ae745aa2
11 changed files with 232 additions and 20 deletions

8
.gitmodules vendored
View File

@@ -4,3 +4,11 @@
[submodule "kerep"]
path = kerep
url = https://github.com/Timerix22/kerep.git
[submodule "imgui"]
path = imgui
url = https://github.com/Timerix22/imgui.git
branch = master_cbuild
[submodule "SDL2"]
path = SDL2
url = https://github.com/Timerix22/SDL.git
branch = SDL2