From b4bbf3aa5aacc585bee4e181a36e0e9f7b176627 Mon Sep 17 00:00:00 2001 From: jtnunley Date: Fri, 31 Mar 2023 14:29:22 -0700 Subject: [PATCH] Use crates.io rwh --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1caf22b69..05392a1ff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,4 @@ members = [ ] [patch.crates-io] -raw-window-handle = { git = "https://github.com/rust-windowing/raw-window-handle.git", branch = "notgull/change-actie" } winit = { git = "https://github.com/bread-graphics/winit.git", branch = "window-handle", version = "0.28.3" }