diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-14 10:10:26 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-14 10:10:26 +0100 |
| commit | f3980c704544a464f9729cc8bc9f97d3a7454769 (patch) | |
| tree | b68d60cb8a8adb0265dd2b10ee91d6bbee63f372 /Cargo.toml | |
| parent | 0c7fb7d30fb92cbb047fd096588959971ba32611 (diff) | |
Basic autocompletion
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ bitflags = "1" bytemuck = "1" comemo = { git = "https://github.com/typst/comemo" } flate2 = "1" +if_chain = "1" image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] } miniz_oxide = "0.5" once_cell = "1" @@ -31,6 +32,7 @@ serde = { version = "1", features = ["derive"] } siphasher = "0.3" subsetter = "0.1" svg2pdf = "0.4" +symmie = { git = "https://github.com/typst/symmie" } thin-vec = "0.2" tiny-skia = "0.6.2" ttf-parser = "0.17" |
