diff options
| author | Max <max@mkor.je> | 2025-07-09 13:08:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 13:08:49 +0000 |
| commit | f9b01f595dba96044c725a97ecb4972bec7d57ed (patch) | |
| tree | 55ec44d50cf50ab5099a8ee9e0eacee02b0efd08 /Cargo.toml | |
| parent | eed34070513e6060f86f86b56ba7071507fe811b (diff) | |
Move math styling to codex and add `math.scr` (#6309)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ typst-svg = { path = "crates/typst-svg", version = "0.13.1" } typst-syntax = { path = "crates/typst-syntax", version = "0.13.1" } typst-timing = { path = "crates/typst-timing", version = "0.13.1" } typst-utils = { path = "crates/typst-utils", version = "0.13.1" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "c1089b4" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "edf0d64" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "bfa947f" } arrayvec = "0.7.4" az = "1.2" @@ -47,7 +47,7 @@ clap = { version = "4.4", features = ["derive", "env", "wrap_help"] } clap_complete = "4.2.1" clap_mangen = "0.2.10" codespan-reporting = "0.11" -codex = { git = "https://github.com/typst/codex", rev = "a5428cb" } +codex = { git = "https://github.com/typst/codex", rev = "9ac86f9" } color-print = "0.3.6" comemo = "0.4" csv = "1" |
