From a9a1d7e1d64d9731e019dad844d4ff28a036e916 Mon Sep 17 00:00:00 2001 From: Dav999 Date: Mon, 1 Jan 2024 18:00:21 +0100 Subject: [PATCH] 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. --- .gitmodules | 3 +++ third_party/SheenBidi | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/SheenBidi diff --git a/.gitmodules b/.gitmodules index 0869ed76..e4e0b61a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/third_party/SheenBidi b/third_party/SheenBidi new file mode 160000 index 00000000..e667eb3a --- /dev/null +++ b/third_party/SheenBidi @@ -0,0 +1 @@ +Subproject commit e667eb3a63ee704194f8d94834d8e12b18db5b21