Initial commit
Basic SDL3 window Build script for windows Added SDL3 submodule Added stb submodule
This commit is contained in:
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[submodule "thirdparty/SDL3"]
|
||||
path = thirdparty/SDL3
|
||||
url = https://github.com/libsdl-org/SDL
|
||||
[submodule "thirdparty/stb"]
|
||||
path = thirdparty/stb
|
||||
url = https://github.com/nothings/stb
|
||||
Reference in New Issue
Block a user