Sound works
This commit is contained in:
+5
-1
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user