Skip to content

Commit ae9b4fc

Browse files
authored
Remove downcast-rs as a dependency from bevy_ecs (#12151)
# Objective `downcast-rs` is not used within bevy_ecs. This is probably a remnant from before Schedule v3 landed, since stages needed the downcasting. ## Solution Remove it.
1 parent bbcdf68 commit ae9b4fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_ecs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ bevy_ecs_macros = { path = "macros", version = "0.14.0-dev" }
2525
concurrent-queue = "2.4.0"
2626
fixedbitset = "0.4.2"
2727
rustc-hash = "1.1"
28-
downcast-rs = "1.2"
2928
serde = "1"
3029
thiserror = "1.0"
3130

0 commit comments

Comments
 (0)