Skip to content

Commit 6901688

Browse files
authored
Remove unused event-listener dependency (#11269)
# Objective This dependency is seemingly no longer used directly after #7267. Unfortunately, this doesn't fix us having versions of `event-listener` in our tree. Closes #10654 ## Solution Remove it, see if anything breaks.
1 parent 0e61435 commit 6901688

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
@@ -22,7 +22,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.12.0" }
2222
bevy_ecs_macros = { path = "macros", version = "0.12.0" }
2323

2424
async-channel = "1.4"
25-
event-listener = "2.5"
2625
thread_local = "1.1.4"
2726
fixedbitset = "0.4.2"
2827
rustc-hash = "1.1"

0 commit comments

Comments
 (0)