diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,6 +16,7 @@ typst-macros = { path = "macros" } bitflags = "1" bytemuck = "1" comemo = { git = "https://github.com/typst/comemo" } +ecow = { git = "https://github.com/typst/ecow" } flate2 = "1" if_chain = "1" image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] } @@ -40,7 +41,7 @@ unicode-segmentation = "1" unicode-xid = "0.2" unscanny = "0.1" usvg = { version = "0.22", default-features = false } -xmp-writer = { git = "https://github.com/typst/xmp-writer" } +xmp-writer = "0.1" [profile.dev] debug = 0 |
