Skip to content

Commit d5c85a5

Browse files
committed
Prepare release.
1 parent 252d705 commit d5c85a5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,19 @@ bevy_egui = ["dep:bevy_egui"]
4343

4444
[dependencies]
4545
trackball = { version = "0.15.0", features = ["glam"] }
46-
bevy_egui = { git = "https://github.com/mvlabat/bevy_egui", rev = "refs/pull/309/head", default-features = false, features = ["render"], optional = true }
46+
bevy_egui = { version = "0.31.1", default-features = false, features = ["render"], optional = true }
4747

4848
[dependencies.bevy]
49-
version = "0.15.0-rc.3"
49+
version = "0.15.0"
5050
default-features = false
5151
features = [
5252
"bevy_render",
53+
"bevy_window",
5354
"bevy_winit",
5455
]
5556

5657
[dev-dependencies.bevy]
57-
version = "0.15.0-rc.3"
58+
version = "0.15.0"
5859
default-features = false
5960
features = [
6061
"custom_cursor",

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Version 0.9.0 (2024-11-??)
1+
# Version 0.9.0 (2024-11-30)
22

33
* Bump MSRV to `1.82.0`.
44
* Bump `bevy` to `0.15.0`.
5-
* Bump `bevy_egui` to `0.31.0`.
5+
* Bump `bevy_egui` to `0.31.1`.
66
* Bump `trackball` to `0.15.0`.
77

88
# Version 0.8.0 (2024-10-27)

0 commit comments

Comments
 (0)