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:
Bruce Mitchener 2024-07-20 00:49:14 +07:00 committed by Connor Fitzgerald
parent fc87033b30
commit c20946d02f

View File

@ -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 = []