Use latest wgpu releases instead of patched sources
This commit is contained in:
parent
8b7452a55d
commit
cf6af4c256
5 changed files with 31 additions and 37 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue