diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:04:46 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:04:46 +0200 |
| commit | 35302d20047c58baa99065a4574eafe1920e7be6 (patch) | |
| tree | b9c7dbf3e15c24cc063da70dbc2fa3d5befa41d4 /Cargo.toml | |
| parent | bce83d330f0efc0f8cdd6fb01d8244cb9f01ac27 (diff) | |
Handle SVG with text
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,6 +26,7 @@ bytemuck = "1" comemo = "0.2.2" ecow = "0.1" flate2 = "1" +fontdb = "0.9" if_chain = "1" image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] } log = "0.4" @@ -48,7 +49,7 @@ unicode-math-class = "0.1" unicode-segmentation = "1" unicode-xid = "0.2" unscanny = "0.1" -usvg = { version = "0.22", default-features = false } +usvg = { version = "0.22", default-features = false, features = ["text"] } xmp-writer = "0.1" indexmap = "1.9.3" |
