diff options
author | 2022-11-01 19:53:03 +0100 | |
---|---|---|
committer | 2022-11-01 19:53:03 +0100 | |
commit | 37c5b15f62ef44e52e49032a2972a76aa653436a (patch) | |
tree | 4029b2c7cdd2f1cd2e5df24b20a0c2059b814fa5 /wgpu/Cargo.toml | |
parent | ac6a3cf8eb77df69cbb6538900786faca778cf05 (diff) | |
parent | 8f6af6bbfc7a14e9dc71b20ccb9045597bbccbad (diff) | |
download | iced-37c5b15f62ef44e52e49032a2972a76aa653436a.tar.gz iced-37c5b15f62ef44e52e49032a2972a76aa653436a.tar.bz2 iced-37c5b15f62ef44e52e49032a2972a76aa653436a.zip |
Merge pull request #1462 from wyatt-herkamp/master
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 586f97d3..55eec73f 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -28,10 +28,10 @@ spirv = ["wgpu/spirv"] webgl = ["wgpu/webgl"] [dependencies] -wgpu = "0.13" -wgpu_glyph = "0.17" +wgpu = "0.14" +wgpu_glyph = "0.18" glyph_brush = "0.7" -raw-window-handle = "0.4" +raw-window-handle = "0.5" log = "0.4" guillotiere = "0.6" futures = "0.3" |