From 328bf5551499aa1a6235aa20bd76d9bc7083a3fa Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 6 Feb 2024 18:18:57 -0500 Subject: [PATCH] fixup! docs: sync. `wgpu/Cargo.toml` feature comments with `lib.rs` --- wgpu/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) 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]