diff --git a/Cargo.toml b/Cargo.toml index d8d10de57..9987c37e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,18 +43,19 @@ bevy_egui = ["dep:bevy_egui"] [dependencies] trackball = { version = "0.15.0", features = ["glam"] } -bevy_egui = { git = "https://github.com/mvlabat/bevy_egui", rev = "refs/pull/309/head", default-features = false, features = ["render"], optional = true } +bevy_egui = { version = "0.31.1", default-features = false, features = ["render"], optional = true } [dependencies.bevy] -version = "0.15.0-rc.3" +version = "0.15.0" default-features = false features = [ "bevy_render", + "bevy_window", "bevy_winit", ] [dev-dependencies.bevy] -version = "0.15.0-rc.3" +version = "0.15.0" default-features = false features = [ "custom_cursor", diff --git a/RELEASES.md b/RELEASES.md index feb63c327..b71681aa9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,8 +1,8 @@ -# Version 0.9.0 (2024-11-??) +# Version 0.9.0 (2024-11-30) * Bump MSRV to `1.82.0`. * Bump `bevy` to `0.15.0`. - * Bump `bevy_egui` to `0.31.0`. + * Bump `bevy_egui` to `0.31.1`. * Bump `trackball` to `0.15.0`. # Version 0.8.0 (2024-10-27)