diff options
| author | pml68 <contact@pml68.me> | 2024-09-03 21:55:34 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-09-22 23:55:11 +0200 |
| commit | e8792ea151e0c26fd3497a09446f1b846df1c87c (patch) | |
| tree | 3aed2ad399ae78fd6ead35c3d71906f0dbe31b71 /Cargo.toml | |
| parent | feat: format children nodes into code (without props) (diff) | |
| download | iced-builder-e8792ea151e0c26fd3497a09446f1b846df1c87c.tar.gz | |
feat: finish codegen for elements **without** props
feat: wow
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","adva 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" |
