mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
wgpu-types: Do not depend on "bitflags/serde" if feature "serde" is not enabled (#8170)
This commit is contained in:
parent
5d4cf56689
commit
5a24e2474d
@ -49,7 +49,7 @@ trace = ["std"]
|
|||||||
web = ["dep:js-sys", "dep:web-sys"]
|
web = ["dep:js-sys", "dep:web-sys"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = { workspace = true, features = ["serde"] }
|
bitflags.workspace = true
|
||||||
bytemuck = { workspace = true, features = ["derive"] }
|
bytemuck = { workspace = true, features = ["derive"] }
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
thiserror = { workspace = true, optional = true }
|
thiserror = { workspace = true, optional = true }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user