diff options
author | 2023-09-03 00:21:04 +0200 | |
---|---|---|
committer | 2023-09-03 00:21:04 +0200 | |
commit | 6cc354fdc4eec6576e0591cd3a2ce37155cbfa09 (patch) | |
tree | d05b35fdf85a69fb7b161ed12336358cecc914d7 /wgpu/Cargo.toml | |
parent | c9bd48704dd9679c033dd0b8588e2744a3df44a0 (diff) | |
download | iced-6cc354fdc4eec6576e0591cd3a2ce37155cbfa09.tar.gz iced-6cc354fdc4eec6576e0591cd3a2ce37155cbfa09.tar.bz2 iced-6cc354fdc4eec6576e0591cd3a2ce37155cbfa09.zip |
Update `wgpu` to `0.17`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 69568099..2fade559 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" |