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:
Dav999
2024-01-01 18:00:21 +01:00
committed by Misa Elizabeth Kai
parent 8af57a072a
commit a9a1d7e1d6
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
[submodule "third_party/c-hashmap"] [submodule "third_party/c-hashmap"]
path = third_party/c-hashmap path = third_party/c-hashmap
url = https://github.com/Mashpoe/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

Submodule third_party/SheenBidi added at e667eb3a63