This commit is contained in:
2026-08-31 23:03:24 +01:00
parent cc5db9089a
commit 6e82d0a175
3 changed files with 321 additions and 40 deletions
Generated
+23
View File
@@ -104,6 +104,7 @@ version = "0.1.0"
dependencies = [
"iced",
"iced_layershell",
"tokio",
]
[[package]]
@@ -1061,6 +1062,7 @@ dependencies = [
"iced_core",
"log",
"rustc-hash 2.1.3",
"tokio",
"wasm-bindgen-futures",
"wasmtimer",
]
@@ -2667,6 +2669,27 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
dependencies = [
"pin-project-lite",
"tokio-macros",
]
[[package]]
name = "tokio-macros"
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
dependencies = [
"proc-macro2",
"quote",
"syn 3.0.4",
]
[[package]]
name = "toml_datetime"
version = "1.1.1+spec-1.1.0"