replace physfs

This commit is contained in:
2022-02-11 17:27:23 +01:00
parent bfe09374bb
commit 5089fd91aa
4 changed files with 240 additions and 5 deletions

8
.gitmodules vendored
View File

@ -19,10 +19,6 @@
[submodule "external/ImGuiColorTextEdit"]
path = external/ImGuiColorTextEdit
url = https://github.com/BalazsJako/ImGuiColorTextEdit.git
[submodule "external/physfs"]
path = external/physfs
url = https://github.com/Green-Sky/physfs.git
shallow = true
[submodule "external/soloud/soloud"]
path = external/soloud/soloud
url = https://github.com/jarikomppa/soloud.git
@ -37,3 +33,7 @@
path = external/tracy/tracy
url = https://github.com/wolfpld/tracy.git
shallow = true
[submodule "external/physfs/physfs"]
path = external/physfs/physfs
url = https://github.com/icculus/physfs.git
branch = main