Update bytemuck and remove zerocopy in iced_wgpu
This commit is contained in:
parent
b86accfe1c
commit
9d4f664c94
5 changed files with 28 additions and 28 deletions
|
|
@ -16,13 +16,15 @@ default_system_font = ["iced_graphics/font-source"]
|
|||
wgpu = "0.6"
|
||||
wgpu_glyph = "0.10"
|
||||
glyph_brush = "0.7"
|
||||
zerocopy = "0.3"
|
||||
bytemuck = "1.2"
|
||||
raw-window-handle = "0.3"
|
||||
log = "0.4"
|
||||
guillotiere = "0.6"
|
||||
futures = "0.3"
|
||||
|
||||
[dependencies.bytemuck]
|
||||
version = "1.4"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.2"
|
||||
path = "../native"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue