implement sound in native runtime

This commit is contained in:
2022-04-17 22:16:17 +02:00
parent 893158e136
commit 2839fe5be4
4 changed files with 307 additions and 41 deletions

View File

@@ -24,4 +24,5 @@ warp = { version = "0.3.2", optional = true }
tokio = { version = "1.17.0", features = ["sync", "rt"], optional = true }
tokio-stream = { version = "0.1.8", features = ["sync"], optional = true }
webbrowser = { version = "0.6.0", optional = true }
ansi_term = "0.12.1"
ansi_term = "0.12.1"
cpal = "0.13.5"