Added SDL3 submodule
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -51,7 +51,11 @@ Module.symvers
|
|||||||
Mkfile.old
|
Mkfile.old
|
||||||
dkms.conf
|
dkms.conf
|
||||||
|
|
||||||
SDL3/
|
#SDL3/
|
||||||
|
|
||||||
|
# IDE Garbage
|
||||||
build*/
|
build*/
|
||||||
.cache/
|
.cache/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
cmake-build-*/
|
||||||
|
.idea/
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "SDL3"]
|
||||||
|
path = SDL3
|
||||||
|
url = https://github.com/libsdl-org/SDL
|
||||||
1
SDL3
Submodule
1
SDL3
Submodule
Submodule SDL3 added at a96677bdf6
Reference in New Issue
Block a user