From 075eb45b94dffa16b0044b93d1d5c9c6e553aefe Mon Sep 17 00:00:00 2001 From: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:19:42 +0200 Subject: [PATCH] Make winit not a wildcard dependency Signed-off-by: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c0712e..83587c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ strip = true lto = "thin" [dependencies] -winit = { version = "*", default-features = true } +winit = { version = "0.29.15", default-features = true } eframe = { version = "0.26.2", default-features = false, features = [ "accesskit", "persistence",