diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-01 11:27:10 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-01 11:27:10 +0100 |
| commit | ab841188e3d2687ee8f436336e6fde337985a83e (patch) | |
| tree | 23504e66ea84e62e4354fa76ac199fc1ff658e8a /Cargo.toml | |
| parent | 8f246406c61f3710fa6659e85d7c715b001ea05d (diff) | |
Bump `ecow`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ typst-macros = { path = "macros" } bitflags = "1" bytemuck = "1" comemo = { git = "https://github.com/typst/comemo" } -ecow = { git = "https://github.com/typst/ecow" } +ecow = "0.1" flate2 = "1" if_chain = "1" image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] } |
