From af8b94c729e028155efb43a20bae86ff347c9103 Mon Sep 17 00:00:00 2001 From: adamnemecek Date: Fri, 2 Apr 2021 09:43:38 -0700 Subject: [PATCH] removed autocapture --- player/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/player/Cargo.toml b/player/Cargo.toml index e86d10bc20..780f9876c1 100644 --- a/player/Cargo.toml +++ b/player/Cargo.toml @@ -33,10 +33,5 @@ path = "../wgpu-core" package = "wgpu-core" features = ["replay", "raw-window-handle"] -#[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.gfx-backend-metal] -#git = "https://github.com/gfx-rs/gfx" -#rev = "" # insert revision here -#features = ["auto-capture"] - [dev-dependencies] serde = "1"