summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-02-06 16:18:19 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-06 16:18:19 +0100
commit2f10a1f2a2c92aada5d167d82e008588256b590f (patch)
treed587953309130c4de7721c27cecd733272fe690f /wgpu/Cargo.toml
parent12c0c18d662d2b817b559b94c71d18e122c76990 (diff)
parent74b9ea520f0f861bda82bbf79a6d4327e42a62fc (diff)
downloadiced-2f10a1f2a2c92aada5d167d82e008588256b590f.tar.gz
iced-2f10a1f2a2c92aada5d167d82e008588256b590f.tar.bz2
iced-2f10a1f2a2c92aada5d167d82e008588256b590f.zip
Merge pull request #725 from PolyMeilex/wgpu-7.0
Update to wgpu 0.7
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 d469da0a..bdd9e65a 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -14,8 +14,8 @@ qr_code = ["iced_graphics/qr_code"]
default_system_font = ["iced_graphics/font-source"]
[dependencies]
-wgpu = "0.6"
-wgpu_glyph = "0.10"
+wgpu = "0.7"
+wgpu_glyph = "0.11"
glyph_brush = "0.7"
raw-window-handle = "0.3"
log = "0.4"