mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-22 16:51:31 +00:00

* Compiling and running on Linux. * Fix xpointer constructor. * Convert dependencies to submodules. * Fix wchar_t usage for Linux.
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
[submodule "thirdparty/xxHash"]
|
|
path = thirdparty/xxHash
|
|
url = https://github.com/Cyan4973/xxHash.git
|
|
[submodule "thirdparty/fmt"]
|
|
path = thirdparty/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "thirdparty/tomlplusplus"]
|
|
path = thirdparty/tomlplusplus
|
|
url = https://github.com/marzer/tomlplusplus.git
|