We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128de37 commit cee9c53Copy full SHA for cee9c53
crates/bevy_app/Cargo.toml
@@ -20,7 +20,6 @@ bevy_derive = { path = "../bevy_derive", version = "0.9.0" }
20
bevy_ecs = { path = "../bevy_ecs", version = "0.9.0", default-features = false }
21
bevy_reflect = { path = "../bevy_reflect", version = "0.9.0", optional = true }
22
bevy_utils = { path = "../bevy_utils", version = "0.9.0" }
23
-bevy_tasks = { path = "../bevy_tasks", version = "0.9.0" }
24
25
# other
26
serde = { version = "1.0", features = ["derive"], optional = true }
0 commit comments