diff --git a/wgpu-core/Cargo.toml b/wgpu-core/Cargo.toml index 6b04500106..afd7cc3ef5 100644 --- a/wgpu-core/Cargo.toml +++ b/wgpu-core/Cargo.toml @@ -18,8 +18,6 @@ license = "MPL-2.0" default = [] trace = ["ron", "serde", "wgt/trace"] replay = ["serde", "wgt/replay"] -metal-auto-capture = ["gfx-backend-metal/auto-capture"] -x11 = ["gfx-backend-vulkan/x11"] #NOTE: glutin feature is not stable, use at your own risk #glutin = ["gfx-backend-gl/glutin"]