diff options
author | 2021-10-13 19:40:29 +0200 | |
---|---|---|
committer | 2021-10-13 19:40:32 +0200 | |
commit | 65f690b07559a36fe8bfcba31edd851c5c286704 (patch) | |
tree | 76479eb8675daa9ae4ce1c2b31d606c99ec5fe29 /wgpu/Cargo.toml | |
parent | 3aae45c1913e6a6f60b009f19d00d10add7ad11e (diff) | |
download | iced-65f690b07559a36fe8bfcba31edd851c5c286704.tar.gz iced-65f690b07559a36fe8bfcba31edd851c5c286704.tar.bz2 iced-65f690b07559a36fe8bfcba31edd851c5c286704.zip |
Update wgpu to 0.11
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 71da889f..ed74b804 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -27,8 +27,8 @@ default_system_font = ["iced_graphics/font-source"] spirv = ["wgpu/spirv"] [dependencies] -wgpu = "0.10" -wgpu_glyph = "0.14" +wgpu = "0.11" +wgpu_glyph = "0.15" glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" |