diff options
author | 2021-12-20 20:48:28 +0100 | |
---|---|---|
committer | 2022-01-04 16:15:44 +0700 | |
commit | 23ef0143eda658a82cc45586fb29d1e85b64c6f7 (patch) | |
tree | 1fd33e45f57c6cc8eda71c1f3c612a598d910952 /wgpu/Cargo.toml | |
parent | 332b4b78421d48d380d9491847d7510ce92881f9 (diff) | |
download | iced-23ef0143eda658a82cc45586fb29d1e85b64c6f7.tar.gz iced-23ef0143eda658a82cc45586fb29d1e85b64c6f7.tar.bz2 iced-23ef0143eda658a82cc45586fb29d1e85b64c6f7.zip |
Update wgpu 0.12
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 744446fd..a0144f78 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.11" -wgpu_glyph = "0.15" +wgpu = "0.12" +wgpu_glyph = {path="../../wgpu_glyph"} glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" |