mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-07 23:43:56 -05:00
wgpu-types: Do not depend on "bitflags/serde" if feature "serde" is not enabled (#8170)
This commit is contained in:
@@ -49,7 +49,7 @@ trace = ["std"]
|
||||
web = ["dep:js-sys", "dep:web-sys"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = { workspace = true, features = ["serde"] }
|
||||
bitflags.workspace = true
|
||||
bytemuck = { workspace = true, features = ["derive"] }
|
||||
log.workspace = true
|
||||
thiserror = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user