Skip to content

Commit

Permalink
fixup! docs: sync. wgpu/Cargo.toml feature comments with lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Feb 6, 2024
1 parent e6de854 commit 328bf55
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ fragile-send-sync-non-atomic-wasm = [
"wgt/fragile-send-sync-non-atomic-wasm",
]

#! ### Feature Aliases
#!
#! These features aren't actually features on the crate itself, but a convenient shorthand for
#! complicated cases.
#!
#! - **`wgpu_core`** --- Enabled when there is any non-webgpu backend enabled on the platform.
#! - **`naga`** ---- Enabled when any non-wgsl shader input is enabled.

# wgpu-core is always available as an optional dependency, "wgc".
# Whenever wgpu-core is selected, we want raw window handle support.
[dependencies.wgc]
Expand Down

0 comments on commit 328bf55

Please sign in to comment.