mirror of
https://github.com/tildearrow/furnace.git
synced 2024-10-31 18:12:40 +00:00
75948304ab
after pulling this commit, type: ``` git submodule update extern/SDL ``` if building on Android, you **will** have to delete the android/app/.cxx directory, and do gradlew clean. only tested in the Android build - there may or may not be another commit which fixes building for other platforms.
14 lines
415 B
Text
14 lines
415 B
Text
[submodule "extern/SDL"]
|
|
path = extern/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
branch = release-2.28.x
|
|
[submodule "extern/libsndfile"]
|
|
path = extern/libsndfile
|
|
url = https://github.com/libsndfile/libsndfile.git
|
|
branch = master
|
|
[submodule "extern/fmt"]
|
|
path = extern/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "extern/adpcm"]
|
|
path = extern/adpcm
|
|
url = https://github.com/superctr/adpcm
|