mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
7c5b2fe63f
## Info This Commit switches the Inih Submodule from it's mirror repository svn2github/inih to it's official repo at benhoyt/inih ## Reasoning As explained in Info, svn2github is a Mirror Host, which was used mainly as there was no official repo for inih at the Time it was originally added. However, now that there is a Official repo, svn2github is considered unnecessary as well as inconsistent. This commit will make it easier to manage this submodule in the future, as well as able to fix issues related to inih, should any appear in the foreseeable future.
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
[submodule "boost"]
|
|
path = externals/boost
|
|
url = https://github.com/citra-emu/ext-boost.git
|
|
[submodule "nihstro"]
|
|
path = externals/nihstro
|
|
url = https://github.com/neobrain/nihstro.git
|
|
[submodule "soundtouch"]
|
|
path = externals/soundtouch
|
|
url = https://github.com/citra-emu/ext-soundtouch.git
|
|
[submodule "catch"]
|
|
path = externals/catch
|
|
url = https://github.com/philsquared/Catch.git
|
|
[submodule "dynarmic"]
|
|
path = externals/dynarmic
|
|
url = https://github.com/MerryMage/dynarmic.git
|
|
[submodule "xbyak"]
|
|
path = externals/xbyak
|
|
url = https://github.com/herumi/xbyak.git
|
|
[submodule "cryptopp"]
|
|
path = externals/cryptopp/cryptopp
|
|
url = https://github.com/weidai11/cryptopp.git
|
|
[submodule "fmt"]
|
|
path = externals/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "enet"]
|
|
path = externals/enet
|
|
url = https://github.com/lsalzman/enet.git
|
|
[submodule "cpr"]
|
|
path = externals/cpr
|
|
url = https://github.com/whoshuu/cpr.git
|
|
[submodule "inih"]
|
|
path = externals/inih/inih
|
|
url = https://github.com/benhoyt/inih.git
|