summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
authorLibravatar Lukas Wirth <lukastw97@gmail.com>2020-05-05 01:04:40 +0200
committerLibravatar Lukas Wirth <lukastw97@gmail.com>2020-05-05 01:04:40 +0200
commit3a5a07d49d9fb4828990043db88d49928c4b1c81 (patch)
treeaa4b336e5cd30721981865da08407be4677887d2 /wgpu
parent7dc02a5e16a3143b7c3ba9270207e3ebda71d567 (diff)
downloadiced-3a5a07d49d9fb4828990043db88d49928c4b1c81.tar.gz
iced-3a5a07d49d9fb4828990043db88d49928c4b1c81.tar.bz2
iced-3a5a07d49d9fb4828990043db88d49928c4b1c81.zip
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
Diffstat (limited to 'wgpu')
-rw-r--r--wgpu/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 00f18472..1e50eaa1 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -18,9 +18,9 @@ zerocopy = "0.3"
glyph_brush = "0.6"
raw-window-handle = "0.3"
glam = "0.8"
-font-kit = "0.4"
+font-kit = "0.6"
log = "0.4"
-guillotiere = "0.4"
+guillotiere = "0.5"
[dependencies.iced_native]
version = "0.2"
@@ -31,11 +31,11 @@ version = "0.1"
path = "../style"
[dependencies.image]
-version = "0.22"
+version = "0.23"
optional = true
[dependencies.resvg]
-version = "0.8"
+version = "0.9"
features = ["raqote-backend"]
optional = true