mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-21 17:19:43 +01:00
Add SheenBidi submodule
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.
This commit is contained in:
parent
8af57a072a
commit
a9a1d7e1d6
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
|||
[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
|
||||
|
|
1
third_party/SheenBidi
vendored
Submodule
1
third_party/SheenBidi
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e667eb3a63ee704194f8d94834d8e12b18db5b21
|
Loading…
Reference in a new issue