summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Poly <marynczak.bartlomiej@gmail.com>2021-02-03 19:20:23 +0100
committerLibravatar Poly <marynczak.bartlomiej@gmail.com>2021-02-03 19:20:23 +0100
commit4a727dfb8b5b418d88e225a8b1164c865345124f (patch)
tree42fc7e63e3250e80ee87467d89fc16564aee027a /wgpu/Cargo.toml
parent12c0c18d662d2b817b559b94c71d18e122c76990 (diff)
downloadiced-4a727dfb8b5b418d88e225a8b1164c865345124f.tar.gz
iced-4a727dfb8b5b418d88e225a8b1164c865345124f.tar.bz2
iced-4a727dfb8b5b418d88e225a8b1164c865345124f.zip
The beginning of wgpu 0.7 update
hecrj/iced#723
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..b4b2a42b 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.0"
+wgpu_glyph = {git="https://github.com/hecrj/wgpu_glyph.git"}
glyph_brush = "0.7"
raw-window-handle = "0.3"
log = "0.4"