This commit is contained in:
2025-09-24 00:34:54 -05:00
parent 5602ae258d
commit 42b98167e0
7 changed files with 538 additions and 79 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ edition = "2024"
[dependencies]
eframe = "0.32.3"
tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "macros"] }
rodio = { version = "0.21.1", features = ["noise"] }