Skip to content

Commit

Permalink
depend on bevy git
Browse files Browse the repository at this point in the history
  • Loading branch information
inodentry committed Jul 27, 2022
1 parent 9a5dc85 commit d19ffcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ app = [
]

[dependencies]
bevy_ecs = "0.7.0"
bevy_app = { version = "0.7.0", optional = true }
bevy_core = { version = "0.7.0", optional = true }
bevy_utils = { version = "0.7.0", optional = true }
bevy_ecs = { git = "https://github.com/bevyengine/bevy" }
bevy_app = { git = "https://github.com/bevyengine/bevy", optional = true }
bevy_core = { git = "https://github.com/bevyengine/bevy", optional = true }
bevy_utils = { git = "https://github.com/bevyengine/bevy", optional = true }

[dev-dependencies]
bevy = "0.7.0"
bevy = { git = "https://github.com/bevyengine/bevy" }
rand = "0.8.5"

0 comments on commit d19ffcf

Please sign in to comment.