summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-02 20:43:59 +0200
committerGitHub <noreply@github.com>2024-09-02 18:43:59 +0000
commitcfde809feb33bc057e860c5128c74fb9df6f030c (patch)
tree5b367da382b9dab2840ce99ec05bad03f3039168 /Cargo.toml
parent9fd796e0e24ef9a76f8f7328e0a1eed350e91320 (diff)
New realization / Text show rules now work across elements (#4876)
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 7289bd7d..e5882afa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,7 @@ arrayvec = "0.7.4"
az = "1.2"
base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }
+bumpalo = { version = "3", features = ["collections"] }
bytemuck = "1"
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }