Skip to content

Commit c20946d

Browse files
waywardmonkeyscwfitzgerald
authored andcommitted
wgpu-types: Use explicit feature for serde
This helps to prepare for the coming day when explicit features will be required.
1 parent fc87033 commit c20946d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wgpu-types/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ targets = [
3030
[features]
3131
strict_asserts = []
3232
fragile-send-sync-non-atomic-wasm = []
33+
serde = ["dep:serde"]
3334
# Enables some internal instrumentation for debugging purposes.
3435
counters = []
3536

0 commit comments

Comments
 (0)