diff --git a/Cargo.toml b/Cargo.toml index eb87d1e..7bdc0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ opt-level = 'z' lto = true [dependencies] -bevy = "0.8.1" +bevy = "0.15.0" image = "0.24.7" winit = "0.26.1" bevy_asset_loader = "0.17.0" diff --git a/launchers/native/Cargo.toml b/launchers/native/Cargo.toml index c078dc5..80de9ca 100644 --- a/launchers/native/Cargo.toml +++ b/launchers/native/Cargo.toml @@ -6,6 +6,6 @@ workspace = "../.." [dependencies] my-game = { package = "my-game", path = "../.." } -bevy = "0.8" +bevy = "0.15" image = "0.24.7" winit = "0.26.1" \ No newline at end of file diff --git a/launchers/wasm/Cargo.toml b/launchers/wasm/Cargo.toml index 7ef4354..dd04600 100644 --- a/launchers/wasm/Cargo.toml +++ b/launchers/wasm/Cargo.toml @@ -6,7 +6,7 @@ workspace = "../.." [dependencies] my-game = { package = "my-game", path = "../.." } -bevy = "0.8" +bevy = "0.15" web-sys = { version="0.3.65", features=["Document", "Window"] } yew = "0.19.3" stylist = { version= "0.10.1", features=["yew_integration"] } \ No newline at end of file