mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
wgpu-types: Use explicit feature for serde
This helps to prepare for the coming day when explicit features will be required.
This commit is contained in:
parent
fc87033b30
commit
c20946d02f
@ -30,6 +30,7 @@ targets = [
|
|||||||
[features]
|
[features]
|
||||||
strict_asserts = []
|
strict_asserts = []
|
||||||
fragile-send-sync-non-atomic-wasm = []
|
fragile-send-sync-non-atomic-wasm = []
|
||||||
|
serde = ["dep:serde"]
|
||||||
# Enables some internal instrumentation for debugging purposes.
|
# Enables some internal instrumentation for debugging purposes.
|
||||||
counters = []
|
counters = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user