From 5daef9acc29777d16cd827e6cc0ffcd94ea72718 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Fri, 29 May 2020 05:25:03 -0700 Subject: [PATCH] Remove unnecessary features --- wgpu-core/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) 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"]