@@ -25,9 +25,13 @@ oxipng = { version = "9", default-features = false, features = ["filetime", "par
2525pdf-writer = " 0.9"
2626pdfium-render = " 0.8.6"
2727termcolor = " 1.2"
28- usvg = { version = " 0.40 " , default-features = false , features = [" text" ] }
28+ usvg = { git = " https://github.com/RazrFalcon/resvg " , default-features = false , features = [" text" ] }
2929tiny-skia = " 0.11.4"
30- resvg = " 0.40"
30+ unicode-properties = " 0.1.1"
31+ resvg = {git = " https://github.com/RazrFalcon/resvg" }
32+ subsetter = " 0.1.1"
33+ ttf-parser = { version = " 0.20.0" }
34+ siphasher = { version = " 1.0.1" }
3135
3236[package ]
3337name = " svg2pdf"
@@ -49,6 +53,7 @@ image = ["dep:image"]
4953filters = [" image" , " dep:tiny-skia" , " dep:resvg" ]
5054
5155[dependencies ]
56+ unicode-properties = { workspace = true }
5257miniz_oxide = { workspace = true }
5358once_cell = { workspace = true }
5459pdf-writer = { workspace = true }
@@ -57,3 +62,7 @@ log = { workspace = true }
5762image = { workspace = true , optional = true }
5863tiny-skia = {workspace = true , optional = true }
5964resvg = {workspace = true , optional = true }
65+ subsetter = { workspace = true }
66+ ttf-parser = { workspace = true }
67+ siphasher = { workspace = true }
68+
0 commit comments