summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-03-08 19:49:26 +0100
committerLaurenz <laurmaedje@gmail.com>2022-03-08 19:49:26 +0100
commitb71113d37a29bab5c7dc4b501c33ee9afbdb8213 (patch)
tree9cab01b9e7f5930651d587473dc24468a4a5eaa1 /Cargo.toml
parentd24c7030d819fd6c6e8e73663ddfe42047cca397 (diff)
Hyphenation
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 3971b971..ed265b1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ serde = { version = "1", features = ["derive"] }
typed-arena = "2"
# Text and font handling
+hypher = "0.1"
kurbo = "0.8"
ttf-parser = "0.12"
rustybuzz = "0.4"