mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Enable feature raster images to resvg (#1786)
This commit is contained in:
parent
c0af6e3569
commit
8e200c356c
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -1790,8 +1790,11 @@ version = "0.32.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "142e83d8ae8c8c639f304698a5567b229ba65caba867bf4387bbc0ae158827cf"
|
checksum = "142e83d8ae8c8c639f304698a5567b229ba65caba867bf4387bbc0ae158827cf"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"gif",
|
||||||
|
"jpeg-decoder",
|
||||||
"log",
|
"log",
|
||||||
"pico-args",
|
"pico-args",
|
||||||
|
"png",
|
||||||
"rgb",
|
"rgb",
|
||||||
"svgtypes",
|
"svgtypes",
|
||||||
"tiny-skia",
|
"tiny-skia",
|
||||||
|
@ -34,7 +34,7 @@ once_cell = "1"
|
|||||||
pdf-writer = "0.7.1"
|
pdf-writer = "0.7.1"
|
||||||
pixglyph = "0.1"
|
pixglyph = "0.1"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
resvg = { version = "0.32", default-features = false }
|
resvg = { version = "0.32", default-features = false, features = ["raster-images"] }
|
||||||
roxmltree = "0.18"
|
roxmltree = "0.18"
|
||||||
rustybuzz = "0.7"
|
rustybuzz = "0.7"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user