summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-09-03 00:44:31 +0200
committerLibravatar GitHub <noreply@github.com>2023-09-03 00:44:31 +0200
commit52b3f69e35f267840be202b6cb4d08e0ca7a3b08 (patch)
tree5d6d501a427b7656691d3c85e4b2a21fe42b1558 /wgpu
parentc9bd48704dd9679c033dd0b8588e2744a3df44a0 (diff)
parentd518e7d423f7069ed72d84e39a08e69ac07680fa (diff)
downloadiced-52b3f69e35f267840be202b6cb4d08e0ca7a3b08.tar.gz
iced-52b3f69e35f267840be202b6cb4d08e0ca7a3b08.tar.bz2
iced-52b3f69e35f267840be202b6cb4d08e0ca7a3b08.zip
Merge pull request #2065 from iced-rs/update-wgpu
Update `wgpu` to `0.17`
Diffstat (limited to '')
-rw-r--r--wgpu/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 69568099..b0f70220 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -14,8 +14,8 @@ svg = ["resvg"]
web-colors = ["iced_graphics/web-colors"]
[dependencies]
-wgpu = "0.16"
-glyphon = "0.3"
+wgpu = "0.17"
+glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "20f0f8fa80e0d0df4c63634ce9176fa489546ca9" }
raw-window-handle = "0.5"
guillotiere = "0.6"
futures = "0.3"
@@ -25,7 +25,7 @@ rustc-hash = "1.1"
log = "0.4"
[target.'cfg(target_arch = "wasm32")'.dependencies]
-wgpu = { version = "0.16", features = ["webgl"] }
+wgpu = { version = "0.17", features = ["webgl"] }
[dependencies.twox-hash]
version = "1.6"