summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-03-30 12:47:34 +0200
committerLaurenz <laurmaedje@gmail.com>2021-03-30 14:31:50 +0200
commit79948c0c5e7e8df49a0f2f47ca44c7b6643fbb63 (patch)
tree6c1498d3c6e089a9c9a0f9d19dc12135a92527ce /Cargo.toml
parent47b4dab7ed8f45c1e675d7336abe306e3ec0ccb1 (diff)
BiDi reordering 🔃
Co-Authored-By: Martin <mhaug@live.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e0d0d77d..4eef9f8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ miniz_oxide = "0.3"
pdf-writer = { path = "../pdf-writer" }
rustybuzz = "0.3"
ttf-parser = "0.9"
+unicode-bidi = "0.3"
unicode-xid = "0.2"
xi-unicode = "0.3"
anyhow = { version = "1", optional = true }