Sound works

This commit is contained in:
2026-04-19 22:56:58 +03:00
parent f0379925f1
commit 7a7ec13cb2
5 changed files with 528 additions and 1 deletions
+5 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2024"
[dependencies]
iced = { version = "0.14.0"}
iced = { version = "0.14.0", features = ["tokio"]}
rand = "0.10.0"
dirs = "6.0.0"
serde = { version = "1.0.144", features = ["derive"] }
@@ -13,4 +13,8 @@ rhai = "1.24.0"
chrono = "0.4.44"
rusqlite = { version = "0.39.0", features = ["chrono"] }
reqwest = { version = "0.12", features = ["json", "stream"] }
rodio = "0.22.2"
sha2 = "0.11.0"
hex = "0.4.3"
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }