gitmodules potential fix
Some checks failed
studiorailgun/fluid-sim/pipeline/head There was a failure building this commit

This commit is contained in:
unknown 2024-03-15 20:47:25 -04:00
parent 7d2569f3dc
commit 40b570a0b1
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,5 +7,4 @@
/.project
/shared-folder
/shared-folder/**
/src/main/c/lib/**
/chunks

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/main/c/lib/stb"]
path = src/main/c/lib/stb
url = https://github.com/nothings/stb.git

1
src/main/c/lib/stb Submodule

@ -0,0 +1 @@
Subproject commit ae721c50eaf761660b4f90cc590453cdb0c2acd0