diff options
author | 2021-05-19 17:11:51 +0700 | |
---|---|---|
committer | 2021-05-19 17:18:43 +0700 | |
commit | cf6af4c2560f5996bc533402ac3e4289c0c94702 (patch) | |
tree | 4ca7516524e13803fe06a397bc5788d299ad0b49 /wgpu/Cargo.toml | |
parent | 8b7452a55def8620f2c91df40d3882c449f85420 (diff) | |
download | iced-cf6af4c2560f5996bc533402ac3e4289c0c94702.tar.gz iced-cf6af4c2560f5996bc533402ac3e4289c0c94702.tar.bz2 iced-cf6af4c2560f5996bc533402ac3e4289c0c94702.zip |
Use latest `wgpu` releases instead of patched sources
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 f44b3874..3eacdd0f 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -26,8 +26,8 @@ qr_code = ["iced_graphics/qr_code"] default_system_font = ["iced_graphics/font-source"] [dependencies] -wgpu = {git="https://github.com/Dispersia/wgpu-rs"} -wgpu_glyph = {git="https://github.com/Dispersia/wgpu_glyph", branch = "update-wgpu"} +wgpu = "0.8" +wgpu_glyph = "0.12" glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" |