Skip to content

Commit

Permalink
wgpu-types: Use explicit feature for serde
Browse files Browse the repository at this point in the history
This helps to prepare for the coming day when explicit features
will be required.
  • Loading branch information
waywardmonkeys authored and cwfitzgerald committed Jul 19, 2024
1 parent fc87033 commit c20946d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit c20946d

Please sign in to comment.