mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.12.0" }
|
|||
bevy_ecs_macros = { path = "macros", version = "0.12.0" }
|
||||
|
||||
async-channel = "1.4"
|
||||
event-listener = "2.5"
|
||||
thread_local = "1.1.4"
|
||||
fixedbitset = "0.4.2"
|
||||
rustc-hash = "1.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue