Update resvg dependency

This commit is contained in:
Olivier Goffart 2023-02-15 10:58:41 +01:00 committed by Olivier Goffart
parent fd6c80a590
commit 361526fb33
2 changed files with 4 additions and 4 deletions

View file

@ -57,8 +57,8 @@ linked_hash_set = "0.1.4"
# for processing and embedding the rendered image (texture)
image = { version = "0.24", optional = true }
tiny-skia = { version = "0.8.2", optional = true }
resvg = { version = "0.28.0", optional = true }
usvg = { version = "0.28.0", optional = true }
resvg = { version = "0.29.0", optional = true }
usvg = { version = "0.29.0", optional = true }
# font embedding
fontdb = { version = "0.12", features = ["fontconfig"], optional = true }
fontdue = { version = "0.7.1", optional = true }