Remove unused bytes dependency in iced_wgpu
This commit is contained in:
parent
8b12b313a9
commit
b072006f1a
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -2620,7 +2620,6 @@ version = "0.14.0-dev"
|
|||
dependencies = [
|
||||
"bitflags 2.9.4",
|
||||
"bytemuck",
|
||||
"bytes",
|
||||
"cryoglyph",
|
||||
"futures",
|
||||
"glam",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ iced_graphics.workspace = true
|
|||
|
||||
bitflags.workspace = true
|
||||
bytemuck.workspace = true
|
||||
bytes.workspace = true
|
||||
futures.workspace = true
|
||||
glam.workspace = true
|
||||
cryoglyph.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue