Remove unused bytes dependency in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2025-10-26 04:44:10 +01:00
parent 8b12b313a9
commit b072006f1a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2620,7 +2620,6 @@ version = "0.14.0-dev"
dependencies = [
"bitflags 2.9.4",
"bytemuck",
"bytes",
"cryoglyph",
"futures",
"glam",

View file

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