diff options
| author | Martin Haug <mhaug@live.de> | 2023-05-02 13:53:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-02 13:53:20 +0200 |
| commit | 17cef8dcee022ca89ccef62eaec23ff6c0e4cdf9 (patch) | |
| tree | 253ea22f94ac90f0df91d6e20758ecc9d7271ce8 /Cargo.toml | |
| parent | 021694de239ca5d6d799dde98423036bb1da405e (diff) | |
Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -26,31 +26,31 @@ bytemuck = "1" comemo = "0.2.2" ecow = "0.1" flate2 = "1" -fontdb = "0.9" +fontdb = "0.13" if_chain = "1" image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] } indexmap = "1.9.3" log = "0.4" miniz_oxide = "0.7" once_cell = "1" -pdf-writer = "0.6" +pdf-writer = "0.7" pixglyph = "0.1" regex = "1" -resvg = { version = "0.22", default-features = false } -roxmltree = "0.14" -rustybuzz = "0.5" +resvg = { version = "0.32", default-features = false } +roxmltree = "0.18" +rustybuzz = "0.7" serde = { version = "1", features = ["derive"] } siphasher = "0.3" subsetter = "0.1.1" -svg2pdf = "0.4" -tiny-skia = "0.6.6" +svg2pdf = { git = "https://github.com/typst/svg2pdf" } +tiny-skia = "0.9.0" tracing = "0.1.37" ttf-parser = "0.18.1" unicode-math-class = "0.1" unicode-segmentation = "1" unicode-xid = "0.2" unscanny = "0.1" -usvg = { version = "0.22", default-features = false, features = ["text"] } +usvg = { version = "0.32", default-features = false, features = ["text"] } xmp-writer = "0.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] |
