mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 14:23:32 +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]
|
||||
strict_asserts = []
|
||||
fragile-send-sync-non-atomic-wasm = []
|
||||
serde = ["dep:serde"]
|
||||
# Enables some internal instrumentation for debugging purposes.
|
||||
counters = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user