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.
This commit is contained in:
parent
bbcdf6815d
commit
ae9b4fc2dc
@ -25,7 +25,6 @@ bevy_ecs_macros = { path = "macros", version = "0.14.0-dev" }
|
||||
concurrent-queue = "2.4.0"
|
||||
fixedbitset = "0.4.2"
|
||||
rustc-hash = "1.1"
|
||||
downcast-rs = "1.2"
|
||||
serde = "1"
|
||||
thiserror = "1.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user