Use latest wgpu releases instead of patched sources

This commit is contained in:
Héctor Ramón 2021-05-19 17:11:51 +07:00
parent 8b7452a55d
commit cf6af4c256
5 changed files with 31 additions and 37 deletions

View file

@ -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"