Skip to content

Commit

Permalink
Fix bevy_time_runner feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Jun 10, 2024
1 parent eea03d6 commit ba0f292
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.13.0", default-features = false }
bevy_time_runner = { version = "0.1.4", default-features = false }
bevy_time_runner = { version = "0.1.4", default-features = false, features = ["bevy_app", "bevy_reflect"] }
bevy_lookup_curve = { version = "0.2.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit ba0f292

Please sign in to comment.