Skip to content

Commit

Permalink
Update Bevy.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jun 18, 2024
1 parent 38f54f3 commit 713ef17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ serialize = ["bevy/serialize", "trackball/serde"]
c11-orbit = ["trackball/cc"]

[dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = ["bevy_render"] }
bevy = { version = "0.14.0-rc.3", default-features = false, features = ["bevy_render"] }
bevy_egui = { git = "https://github.com/mvlabat/bevy_egui", rev = "refs/pull/284/head", default-features = false, features = ["render"], optional = true }
trackball = { version = "0.13.0", features = ["glam"] }

[dev-dependencies.bevy]
version = "0.14.0-rc.2"
version = "0.14.0-rc.3"
default-features = false
features = [
"bevy_winit",
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version 0.7.0 (2024-??-??)

* Update `bevy` to `0.14.0-rc.2` (temporarily breaks `bevy_egui` feature).
* Update `bevy` to `0.14.0-rc.3`.

# Version 0.6.0 (2024-05-01)

Expand Down

0 comments on commit 713ef17

Please sign in to comment.