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"