feat: ✨ new protocol client implementation
This commit is contained in:
parent
51c29f7921
commit
5ad6184f13
9 changed files with 497 additions and 267 deletions
|
@ -8,6 +8,7 @@ protocol = { path = "../protocol" }
|
|||
chrono = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
s2n-quic = { workspace = true }
|
||||
cpal = "0.15.3"
|
||||
cpal = "0.16.0"
|
||||
iced = { features = ["tokio"], git = "https://github.com/iced-rs/iced", rev = "d39022432c778a8cda455f40b9c12245db86ce45" }
|
||||
fixed-resample = "0.8.0"
|
||||
rodio = {git = "https://github.com/RustAudio/rodio", rev = "071db6df2adfccfe1032be43dd87e5681e34292c"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue