Bump femtovg, fontdb, usvg and resvg dependencies

This re-aligns the ttf-parser and rustybuzz dependencies in the GL
backend. There's still one other version of ttf-parser pulled into the
compiler due to fontdue, but that's minor.
This commit is contained in:
Simon Hausmann 2022-02-21 09:06:40 +01:00
parent 3356132e26
commit b482105402
3 changed files with 12 additions and 12 deletions

View file

@ -49,15 +49,15 @@ once_cell = "1"
url = "2.2.1"
dunce = "1.0.1"
linked_hash_set = "0.1.4"
fontdb = { version = "0.8.0" }
fontdb = { version = "0.9.0" }
fontdue = { version = "0.6.2" }
# for processing and embedding the rendered image (texture)
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
image = "0.24"
tiny-skia = "0.6.1"
resvg = "0.21"
usvg = "0.21"
resvg = "0.22"
usvg = "0.22"
[dev-dependencies]
i-slint-parser-test-macro = { path = "./parser-test-macro" }