mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ bevy_ecs_macros = { path = "macros", version = "0.14.0-dev" }
|
||||||
concurrent-queue = "2.4.0"
|
concurrent-queue = "2.4.0"
|
||||||
fixedbitset = "0.4.2"
|
fixedbitset = "0.4.2"
|
||||||
rustc-hash = "1.1"
|
rustc-hash = "1.1"
|
||||||
downcast-rs = "1.2"
|
|
||||||
serde = "1"
|
serde = "1"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue