Skip to content

Commit

Permalink
Bevy 0.15.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 8, 2024
1 parent 9457233 commit 224407a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subcrates = ["bevy_app", "bevy_log", "bevy_utils"]
[dependencies]
sentry = "0.32.3"
sentry-tracing = "0.32.3"
bevy = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_app = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_log = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_utils = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_app = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_log = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
bevy_utils = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }

0 comments on commit 224407a

Please sign in to comment.