Skip to content

Commit

Permalink
Use git version of bevy
Browse files Browse the repository at this point in the history
  • Loading branch information
nilclass committed Mar 13, 2024
1 parent 3423171 commit 70e56af
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 @@ -12,7 +12,7 @@ resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.13.0", default-features = false, features = [
bevy = { git = "https://github.com/bevyengine/bevy", default-features = false, features = [
"bevy_asset",
"bevy_render",
] }
Expand All @@ -22,7 +22,7 @@ stl_io = "0.7.0"
futures-lite = "2.0.1"

[dev-dependencies]
bevy = { version = "0.13.0", default-features = false, features = [
bevy = { git = "https://github.com/bevyengine/bevy", default-features = false, features = [
"bevy_asset",
"bevy_core_pipeline",
"bevy_pbr",
Expand Down

0 comments on commit 70e56af

Please sign in to comment.