From 7bdab60e31ec4796dc9924d6ded6ec4fd23b8b1c Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Sun, 9 Aug 2020 21:26:34 -0700 Subject: [PATCH] use temporary wgpu fork and latest publish winit crate --- crates/bevy_wgpu/Cargo.toml | 2 +- crates/bevy_winit/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index 6549f5d753..4d5eb8dbbd 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -24,7 +24,7 @@ bevy_window = { path = "../bevy_window", version = "0.1" } bevy_winit = { path = "../bevy_winit", optional = true, version = "0.1" } # other -wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "8c4d814607a303458ad9453da59dfc3a9951d7a3" } +wgpu = { version = "0.1.0", package = "cart-tmp-wgpu" } pollster = "0.2.0" log = { version = "0.4", features = ["release_max_level_info"] } crossbeam-channel = "0.4.2" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 869409789c..72eb29041b 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -18,5 +18,6 @@ bevy_math = { path = "../bevy_math", version = "0.1" } bevy_window = { path = "../bevy_window", version = "0.1" } # other -winit = { git = "https://github.com/rust-windowing/winit/", default-features = false, features = ["x11"] } +# TODO: when winit gets a new version, disable wayland feature to cut dependencies +winit = "0.22.2" log = { version = "0.4", features = ["release_max_level_info"] } \ No newline at end of file