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.
This commit is contained in:
parent
0e61435521
commit
69016885c2
@ -22,7 +22,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.12.0" }
|
|||||||
bevy_ecs_macros = { path = "macros", version = "0.12.0" }
|
bevy_ecs_macros = { path = "macros", version = "0.12.0" }
|
||||||
|
|
||||||
async-channel = "1.4"
|
async-channel = "1.4"
|
||||||
event-listener = "2.5"
|
|
||||||
thread_local = "1.1.4"
|
thread_local = "1.1.4"
|
||||||
fixedbitset = "0.4.2"
|
fixedbitset = "0.4.2"
|
||||||
rustc-hash = "1.1"
|
rustc-hash = "1.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user