pre-arc on event_bus.rs

This commit is contained in:
2025-07-01 17:42:09 +02:00
parent fe4695cfec
commit e4b62ec7c7
16 changed files with 1103 additions and 387 deletions

View File

@@ -15,11 +15,10 @@ path = "src/lib.rs"
opus = "0.3"
cpal = "0.16"
#ringbuf = "0.4"
#crossbeam = "0.8"
kanal = "0.1" # attente du fix sur le recv_timeout qui fait burn le cpu
#kanal = { git = "https://github.com/fereidani/kanal.git" }
crossbeam = "0.8"
event-listener = "5.4"
num_enum = "0.7"
parking_lot = "0.12"
uuid = {version = "1.17", features = ["v4", "serde"]}
tokio = "1.45"
#rtrb = "0.3"
#rtrb = "0.3"
strum = {version = "0.27", features = ["derive"]}