Skip to content

Commit

Permalink
Update bevy_time_runner to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Jul 5, 2024
1 parent ee0600c commit c0cdade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resolver = "2"

[dependencies]
bevy = { version = "0.14.0", default-features = false }
bevy_time_runner = { git = "https://github.com/Multirious/bevy_time_runner" , branch = "prep-bevy-0.14", default-features = false, features = ["bevy_app", "bevy_reflect"] }
bevy_time_runner = { version = "0.2.0", default-features = false, features = ["bevy_app", "bevy_reflect"] }
serde = { version = "1", optional = true, features = ["derive"] }
bevy_eventlistener = { version = "0.8.0", optional = true }
# waiting for 0.14:
Expand Down

0 comments on commit c0cdade

Please sign in to comment.