mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +01:00
a9a1d7e1d6
I'm going to give it a shot to use this for bidi text support, it looks like it's a pretty lightweight, compatible and low-dependency library which is definitely a plus. We'll still need to do reshaping ourselves, but that's the easy part compared to bidi.
18 lines
640 B
Text
18 lines
640 B
Text
[submodule "third_party/lodepng"]
|
|
path = third_party/lodepng
|
|
url = https://github.com/lvandeve/lodepng
|
|
[submodule "third_party/physfs"]
|
|
path = third_party/physfs
|
|
url = https://github.com/icculus/physfs/
|
|
[submodule "third_party/tinyxml2"]
|
|
path = third_party/tinyxml2
|
|
url = https://github.com/leethomason/tinyxml2/
|
|
[submodule "third_party/FAudio"]
|
|
path = third_party/FAudio
|
|
url = https://github.com/FNA-XNA/FAudio
|
|
[submodule "third_party/c-hashmap"]
|
|
path = third_party/c-hashmap
|
|
url = https://github.com/Mashpoe/c-hashmap
|
|
[submodule "third_party/SheenBidi"]
|
|
path = third_party/SheenBidi
|
|
url = https://github.com/Tehreer/SheenBidi
|