This commit is contained in:
2025-07-19 03:45:41 +02:00
parent 21164df8cd
commit a1f829e2e6
10 changed files with 345 additions and 49 deletions

11
src-tauri/Cargo.lock generated
View File

@@ -1945,6 +1945,16 @@ dependencies = [
"serde_json",
]
[[package]]
name = "kanal"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3953adf0cd667798b396c2fa13552d6d9b3269d7dd1154c4c416442d1ff574"
dependencies = [
"futures-core",
"lock_api",
]
[[package]]
name = "keyboard-types"
version = "0.7.0"
@@ -2637,6 +2647,7 @@ dependencies = [
"cpal",
"crossbeam-channel",
"event-listener",
"kanal",
"moka",
"opus",
"parking_lot",