diff --git a/Cargo.toml b/Cargo.toml index 654aee2..d6f5a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ lto = true [dependencies] bevy = "0.8.1" image = "0.24.8" -winit = "0.26.1" +winit = "0.29.10" 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 88e9f8a..ae19c55 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.8" -winit = "0.26.1" \ No newline at end of file +winit = "0.29.10" \ No newline at end of file