wgpu: Update to 0.10
This commit is contained in:
parent
663c3685da
commit
18753b77fc
14 changed files with 100 additions and 89 deletions
|
|
@ -24,10 +24,11 @@ farbfeld = ["image_rs/farbfeld"]
|
|||
canvas = ["iced_graphics/canvas"]
|
||||
qr_code = ["iced_graphics/qr_code"]
|
||||
default_system_font = ["iced_graphics/font-source"]
|
||||
spirv = ["wgpu/spirv"]
|
||||
|
||||
[dependencies]
|
||||
wgpu = "0.9"
|
||||
wgpu_glyph = "0.13"
|
||||
wgpu = "0.10"
|
||||
wgpu_glyph = {git="https://github.com/rukai/wgpu_glyph.git", branch="update_wgpu_0.10"}
|
||||
glyph_brush = "0.7"
|
||||
raw-window-handle = "0.3"
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue