diff options
author | 2021-04-12 22:06:16 -0700 | |
---|---|---|
committer | 2021-04-12 22:06:16 -0700 | |
commit | c719091c3d7b5f71899530437fde9b512bc2b0f3 (patch) | |
tree | 9426b5f2d6b74e7f1254ccd0bb64af246368fad9 /wgpu/Cargo.toml | |
parent | 9a2c78c4059d2be37d10adda397fb6e64f38ac02 (diff) | |
download | iced-c719091c3d7b5f71899530437fde9b512bc2b0f3.tar.gz iced-c719091c3d7b5f71899530437fde9b512bc2b0f3.tar.bz2 iced-c719091c3d7b5f71899530437fde9b512bc2b0f3.zip |
Add staging belt fix
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 28927638..f44b3874 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/gfx-rs/wgpu-rs", rev = "53600ecd834893ef3e90458c48b84f2582d6c343"} -wgpu_glyph = {git = "https://github.com/Dispersia/wgpu_glyph", branch = "update-wgpu"} +wgpu = {git="https://github.com/Dispersia/wgpu-rs"} +wgpu_glyph = {git="https://github.com/Dispersia/wgpu_glyph", branch = "update-wgpu"} glyph_brush = "0.7" raw-window-handle = "0.3" log = "0.4" |