From 6d3b3a9c06ebba436577ce3d8ff298c41f53c73f Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 7 Feb 2024 12:47:42 -0500 Subject: [PATCH] chore: use pop-os fork of winit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0842ab9089..b3fb348489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -177,4 +177,4 @@ web-time = "0.2" wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "20fda69" } winapi = "0.3" window_clipboard = "0.4.1" -winit = { git = "https://github.com/iced-rs/winit.git", rev = "b91e39ece2c0d378c3b80da7f3ab50e17bb798a5" } +winit = { git = "https://github.com/pop-os/winit.git", branch = "winit-0.29" }