diff options
| author | Polesznyák Márk László <116908301+pml68@users.noreply.github.com> | 2024-09-22 21:32:38 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-09-22 23:55:11 +0200 |
| commit | 0e1e21ad18dcf48e64422f7f45af44ac5ea4a7be (patch) | |
| tree | 2fe99dcb6380deb067e3bc3005fb5275f33b48d5 /Cargo.toml | |
| parent | feat: add usable state logic (diff) | |
| parent | feat: add "Copy to clipboard" button for code view (diff) | |
| download | iced-builder-0e1e21ad18dcf48e64422f7f45af44ac5ea4a7be.tar.gz | |
Merge pull request #1 from pml68/feat/codegen
Codegen done
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
