From 1edd333864aae99345a4a90649c01f6edeb67d80 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 8 Feb 2023 10:00:03 +0100 Subject: [PATCH] Update to winit 0.28.1 --- crates/eframe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index 188e6583..3be55018 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -92,7 +92,7 @@ egui-winit = { version = "0.20.0", path = "../egui-winit", default-features = fa "links", ] } raw-window-handle = { version = "0.5.0" } -winit = "0.28" +winit = "0.28.1" # optional native: dark-light = { version = "1.0", optional = true }