We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wgpu/Cargo.toml
lib.rs
1 parent e6de854 commit 328bf55Copy full SHA for 328bf55
wgpu/Cargo.toml
@@ -109,14 +109,6 @@ fragile-send-sync-non-atomic-wasm = [
109
"wgt/fragile-send-sync-non-atomic-wasm",
110
]
111
112
-#! ### Feature Aliases
113
-#!
114
-#! These features aren't actually features on the crate itself, but a convenient shorthand for
115
-#! complicated cases.
116
117
-#! - **`wgpu_core`** --- Enabled when there is any non-webgpu backend enabled on the platform.
118
-#! - **`naga`** ---- Enabled when any non-wgsl shader input is enabled.
119
-
120
# wgpu-core is always available as an optional dependency, "wgc".
121
# Whenever wgpu-core is selected, we want raw window handle support.
122
[dependencies.wgc]
0 commit comments