diff options
| author | pml68 <contact@pml68.me> | 2024-09-03 08:29:54 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-09-22 23:55:11 +0200 |
| commit | a2dc182cec0db1c6035a47cc17a853fa29ae53ab (patch) | |
| tree | fcc760a7d71209a35832cb4a290bd1443c9a03fd /Cargo.toml | |
| parent | feat: start codegen (diff) | |
| download | iced-builder-a2dc182cec0db1c6035a47cc17a853fa29ae53ab.tar.gz | |
feat: format children nodes into code (without props)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
