From a2dc182cec0db1c6035a47cc17a853fa29ae53ab Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 3 Sep 2024 08:29:54 +0200 Subject: feat: format children nodes into code (without props) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 50b4017..36eabed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,6 @@ keywords = ["gui", "iced"] [dependencies] iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","advanced","tokio","highlighter"] } -tokio = {version = "1.39.3",features = ["fs"]} +iced_aw = { version = "0.9.3", default-features = false, features = ["menu","color_picker"] } +tokio = { version = "1.40.0", features = ["fs"] } rust-format = "0.3.4" -- cgit v1.2.3