From 902539baf0c91ae526d3f17e35931780da773e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:55:58 +0000 Subject: [PATCH] Update Rust crate winit to 0.29.15 --- 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..dcb0459 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.15" 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..d94aa5c 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.15" \ No newline at end of file