Skip to content

Commit

Permalink
Use latest release (waiting for bevy_egui).
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jul 4, 2024
1 parent f25b0e6 commit 9342c6c
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", default-features = false, features = ["bevy_render"] }
bevy = { version = "0.14.0", 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"
version = "0.14.0"
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`.
* Update `bevy` to `0.14.0`.

# Version 0.6.0 (2024-05-01)

Expand Down

0 comments on commit 9342c6c

Please sign in to comment.