Skip to content

Commit

Permalink
Updated to cargo release
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Apr 15, 2022
1 parent 029ace8 commit 1df1d5e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ resolver = "2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = {version = "0.7.0-dev", default-features = false, features = ["bevy_render"]}
bevy = {version = "0.7", default-features = false, features = ["bevy_render"]}

[dev-dependencies]
bevy = {version = "0.7.0-dev", default-features = false, features = ["x11", "wayland", "bevy_pbr", "bevy_core_pipeline"]}

[patch.crates-io]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
bevy = {version = "0.7", default-features = false, features = ["x11", "wayland", "bevy_pbr", "bevy_core_pipeline"]}

0 comments on commit 1df1d5e

Please sign in to comment.