diff options
author | 2022-10-07 09:03:41 -0400 | |
---|---|---|
committer | 2022-11-01 19:20:23 +0100 | |
commit | 0a12590b6f500394194ccd7588af8c6729426d71 (patch) | |
tree | f22e03c0033e06c930e5162a92b07904576f25f9 /graphics/Cargo.toml | |
parent | ac6a3cf8eb77df69cbb6538900786faca778cf05 (diff) | |
download | iced-0a12590b6f500394194ccd7588af8c6729426d71.tar.gz iced-0a12590b6f500394194ccd7588af8c6729426d71.tar.bz2 iced-0a12590b6f500394194ccd7588af8c6729426d71.zip |
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r-- | graphics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 49d4d9c6..18fef54f 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -20,7 +20,7 @@ opengl = [] [dependencies] glam = "0.10" -raw-window-handle = "0.4" +raw-window-handle = "0.5" thiserror = "1.0" [dependencies.bytemuck] |