summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2024-09-22 21:32:38 +0200
committerpml68 <contact@pml68.me>2024-09-22 23:55:11 +0200
commit0e1e21ad18dcf48e64422f7f45af44ac5ea4a7be (patch)
tree2fe99dcb6380deb067e3bc3005fb5275f33b48d5 /Cargo.toml
parentfeat: add usable state logic (diff)
parentfeat: add "Copy to clipboard" button for code view (diff)
downloadiced-builder-0e1e21ad18dcf48e64422f7f45af44ac5ea4a7be.tar.gz
Merge pull request #1 from pml68/feat/codegen
Codegen done
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 50b4017..301ecfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,5 +10,7 @@ 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"
+unique_id = "0.1.5"