diff options
author | 2023-04-21 21:58:32 +0200 | |
---|---|---|
committer | 2023-04-21 21:58:32 +0200 | |
commit | 78924fa2998e2d158132dd5d06b2b8eea1edbc4b (patch) | |
tree | 6faabb2f8ab7b31c8265c57cb6a52c5873bc400e /wgpu/Cargo.toml | |
parent | 501b6b88009d912ddf8e8f205ce5ef7416dc63f4 (diff) | |
parent | cc20baad6f422271f052cf68474a4aee40dcdc82 (diff) | |
download | iced-78924fa2998e2d158132dd5d06b2b8eea1edbc4b.tar.gz iced-78924fa2998e2d158132dd5d06b2b8eea1edbc4b.tar.bz2 iced-78924fa2998e2d158132dd5d06b2b8eea1edbc4b.zip |
Merge pull request #1807 from Davidster/wgpu_16_w_glypth_20
Wgpu 0.16
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 3478ef59..1ce07e0a 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -28,8 +28,8 @@ spirv = ["wgpu/spirv"] webgl = ["wgpu/webgl"] [dependencies] -wgpu = "0.15" -wgpu_glyph = "0.19" +wgpu = "0.16" +wgpu_glyph = "0.20" glyph_brush = "0.7" raw-window-handle = "0.5" log = "0.4" |