Skip to content

Commit

Permalink
Remove downcast-rs as a dependency from bevy_ecs (#12151)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
james7132 authored Feb 27, 2024
1 parent bbcdf68 commit ae9b4fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_ecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ae9b4fc

Please sign in to comment.