summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-06-22 11:39:18 +0200
committerLibravatar GitHub <noreply@github.com>2021-06-22 11:39:18 +0200
commitbb6e06127e15e5eb2b95c765488d75f25f8252ef (patch)
tree11ec9945e20780eab9dc1c99044e7bdeaaf508a5 /wgpu/Cargo.toml
parente68da229b384fbe78514dab0b13c8eb4637f4f5d (diff)
parenta53e7559fe01ee072d4f0533ecf1facec741b9e4 (diff)
downloadiced-bb6e06127e15e5eb2b95c765488d75f25f8252ef.tar.gz
iced-bb6e06127e15e5eb2b95c765488d75f25f8252ef.tar.bz2
iced-bb6e06127e15e5eb2b95c765488d75f25f8252ef.zip
Merge pull request #925 from PolyMeilex/master
Update `wgpu` to `0.9`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 3eacdd0f..9675797d 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -26,8 +26,8 @@ qr_code = ["iced_graphics/qr_code"]
default_system_font = ["iced_graphics/font-source"]
[dependencies]
-wgpu = "0.8"
-wgpu_glyph = "0.12"
+wgpu = "0.9"
+wgpu_glyph = "0.13"
glyph_brush = "0.7"
raw-window-handle = "0.3"
log = "0.4"