diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml index 1f19bf50..d8f733bf 100644 --- a/crates/typst/Cargo.toml +++ b/crates/typst/Cargo.toml @@ -34,7 +34,7 @@ once_cell = "1" pdf-writer = "0.7.1" pixglyph = "0.1" regex = "1" -resvg = { version = "0.32", default-features = false } +resvg = { version = "0.32", default-features = false, features = ["raster-images"] } roxmltree = "0.18" rustybuzz = "0.7" serde = { version = "1", features = ["derive"] } |
