Skip to content

Commit

Permalink
Add SheenBidi submodule
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Daaaav authored and InfoTeddy committed Jan 9, 2024
1 parent 8af57a0 commit a9a1d7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions third_party/SheenBidi
Submodule SheenBidi added at e667eb

0 comments on commit a9a1d7e

Please sign in to comment.