diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 218931eb790..e4d4795cb17 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -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]