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