Skip to content

Commit

Permalink
remove unnecessary dependency on bevy_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
hymm committed Dec 15, 2022
1 parent 128de37 commit cee9c53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ bevy_derive = { path = "../bevy_derive", version = "0.9.0" }
bevy_ecs = { path = "../bevy_ecs", version = "0.9.0", default-features = false }
bevy_reflect = { path = "../bevy_reflect", version = "0.9.0", optional = true }
bevy_utils = { path = "../bevy_utils", version = "0.9.0" }
bevy_tasks = { path = "../bevy_tasks", version = "0.9.0" }

# other
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit cee9c53

Please sign in to comment.