fix: enable tokio feature in iced
This commit is contained in:
Generated
+1
@@ -1503,6 +1503,7 @@ dependencies = [
|
|||||||
"iced_core",
|
"iced_core",
|
||||||
"log",
|
"log",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
|
"tokio",
|
||||||
"wasm-bindgen-futures",
|
"wasm-bindgen-futures",
|
||||||
"wasmtimer",
|
"wasmtimer",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = { version = "0.14.0", features = ["image", "markdown", "highlighter"] }
|
iced = { version = "0.14.0", features = ["image", "markdown", "highlighter", "tokio"] }
|
||||||
rfd = "0.17.1"
|
rfd = "0.17.1"
|
||||||
tokio = { version ="1.49.0", features = ["fs"] }
|
tokio = { version ="1.49.0", features = ["fs"] }
|
||||||
uuid = { version = "1.19.0", features = ["v4"] }
|
uuid = { version = "1.19.0", features = ["v4"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user