Update iced_wgpu dependencies
font-kit 0.4 -> 0.6 guillotiere 0.4 -> 0.5 image 0.22 -> 0.23 resvg 0.8 -> 0.9
This commit is contained in:
parent
7dc02a5e16
commit
3a5a07d49d
@ -18,9 +18,9 @@ zerocopy = "0.3"
|
|||||||
glyph_brush = "0.6"
|
glyph_brush = "0.6"
|
||||||
raw-window-handle = "0.3"
|
raw-window-handle = "0.3"
|
||||||
glam = "0.8"
|
glam = "0.8"
|
||||||
font-kit = "0.4"
|
font-kit = "0.6"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
guillotiere = "0.4"
|
guillotiere = "0.5"
|
||||||
|
|
||||||
[dependencies.iced_native]
|
[dependencies.iced_native]
|
||||||
version = "0.2"
|
version = "0.2"
|
||||||
@ -31,11 +31,11 @@ version = "0.1"
|
|||||||
path = "../style"
|
path = "../style"
|
||||||
|
|
||||||
[dependencies.image]
|
[dependencies.image]
|
||||||
version = "0.22"
|
version = "0.23"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[dependencies.resvg]
|
[dependencies.resvg]
|
||||||
version = "0.8"
|
version = "0.9"
|
||||||
features = ["raqote-backend"]
|
features = ["raqote-backend"]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user