summaryrefslogtreecommitdiff
path: root/crates/typst-layout/Cargo.toml
diff options
context:
space:
mode:
authorMax <max@mkor.je>2025-07-09 13:08:49 +0000
committerGitHub <noreply@github.com>2025-07-09 13:08:49 +0000
commitf9b01f595dba96044c725a97ecb4972bec7d57ed (patch)
tree55ec44d50cf50ab5099a8ee9e0eacee02b0efd08 /crates/typst-layout/Cargo.toml
parenteed34070513e6060f86f86b56ba7071507fe811b (diff)
Move math styling to codex and add `math.scr` (#6309)
Diffstat (limited to 'crates/typst-layout/Cargo.toml')
-rw-r--r--crates/typst-layout/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-layout/Cargo.toml b/crates/typst-layout/Cargo.toml
index cc355a3d..2c314e5c 100644
--- a/crates/typst-layout/Cargo.toml
+++ b/crates/typst-layout/Cargo.toml
@@ -21,6 +21,7 @@ typst-timing = { workspace = true }
typst-utils = { workspace = true }
az = { workspace = true }
bumpalo = { workspace = true }
+codex = { workspace = true }
comemo = { workspace = true }
ecow = { workspace = true }
hypher = { workspace = true }