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 6b88977 commit 1914696Copy full SHA for 1914696
crates/bevy_app/Cargo.toml
@@ -20,7 +20,6 @@ bevy_derive = { path = "../bevy_derive", version = "0.9.0-dev" }
20
bevy_ecs = { path = "../bevy_ecs", version = "0.9.0-dev", default-features = false }
21
bevy_reflect = { path = "../bevy_reflect", version = "0.9.0-dev", optional = true }
22
bevy_utils = { path = "../bevy_utils", version = "0.9.0-dev" }
23
-bevy_tasks = { path = "../bevy_tasks", version = "0.9.0-dev" }
24
25
# other
26
serde = { version = "1.0", features = ["derive"], optional = true }
0 commit comments