From 194c78b08d23d669f386311e8f57496b778d2f29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:12:29 +0000 Subject: [PATCH] Update Rust crate winit to 0.29.11 --- Cargo.toml | 2 +- launchers/native/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e77eb78..63c6974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ lto = true [dependencies] bevy = "0.8.1" image = "0.24.9" -winit = "0.26.1" +winit = "0.29.11" crossbeam-channel = "0.5" bevy-inspector-egui = "0.13.0" # bevy_egui="0.16.0" diff --git a/launchers/native/Cargo.toml b/launchers/native/Cargo.toml index 5455bdd..27b806d 100644 --- a/launchers/native/Cargo.toml +++ b/launchers/native/Cargo.toml @@ -8,4 +8,4 @@ workspace = "../.." LastKingdom = { package = "LastKingdom", path = "../.." } bevy = "0.8" image = "0.24.9" -winit = "0.26.1" \ No newline at end of file +winit = "0.29.11" \ No newline at end of file