mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add hook/event system
This commit is contained in:
parent
7d7ace551c
commit
13ed4f6c47
26 changed files with 1023 additions and 49 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1102,6 +1102,12 @@ dependencies = [
|
|||
name = "helix-event"
|
||||
version = "23.10.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
"futures-executor",
|
||||
"hashbrown 0.14.3",
|
||||
"log",
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
"tokio",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue