From bb27950029a648c0ca95c3cf5b20f943c1d4dd92 Mon Sep 17 00:00:00 2001 From: Ben Whitley Date: Fri, 29 Nov 2024 18:32:10 -0500 Subject: [PATCH] Update to release --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71f56ef..8c64d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,18 +13,20 @@ categories = ["game-engines", "game-development"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bevy = { version = "0.15.0-rc.3", default-features = false, features = [ +bevy = { version = "0.15", default-features = false, features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", + "bevy_window", ] } [dev-dependencies] -bevy = { version = "0.15.0-rc.3", default-features = false, features = [ +bevy = { version = "0.15", default-features = false, features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_state", + "bevy_window", "ktx2", "tonemapping_luts", "wayland",