From 5fce0f70cf3edc2b89b84c9b1be4c5bc49190997 Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 19 Dec 2024 15:08:15 +0100 Subject: [PATCH] Bumped winit version to highest 0.29 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a974489..04a0fb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1346,7 +1346,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "svc16" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0ec22cb..c9f5e69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ clap = { version = "4.5.21", features = ["derive"] } # There seems to be some incompatibility with the latest crates.io version of pixels? pixels = { git = "https://github.com/parasyte/pixels.git", rev = "d4df286"} thiserror = "2.0.3" -winit = "0.29.5" +winit = "0.29.15" winit_input_helper = "0.16.0"