From 8803e218d78823d1c1d98072a7bb0c772748523b Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Mon, 28 Aug 2023 22:38:42 +0100 Subject: [PATCH] bump winit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22b838e8..14921f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ parking_lot = { version = "0.12.1" } floem_renderer = { path = "renderer" } floem_vger = { path = "vger" } floem_reactive = { path = "reactive" } -winit = { git = "https://github.com/lapce/winit", rev = "fdf32ae71035191a818740fca9db012b565a4b5e" } +winit = { git = "https://github.com/lapce/winit", rev = "76591691b8022c2901b22596fce32f0aec56248f" } # winit = { path = "../winit" } [workspace]