Skip to content

Commit

Permalink
Use Bevy release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Oct 22, 2024
1 parent 45ddd1f commit 1d40050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ default = ["x11"]
x11 = ["bevy/x11"]

[dependencies.bevy]
git = "https://github.com/bevyengine/bevy"
version = "0.15.0-rc.1"
default-features = false
features = ["bevy_ui", "bevy_asset", "bevy_text"]

[dev-dependencies.bevy]
git = "https://github.com/bevyengine/bevy"
version = "0.15.0-rc.1"
default-features = true


Expand Down

0 comments on commit 1d40050

Please sign in to comment.