diff options
| author | pml68 <contact@pml68.dev> | 2025-02-16 13:49:34 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-16 13:49:34 +0100 |
| commit | 9342bd0e57126909776b95b0761ad5bef3b416f6 (patch) | |
| tree | 2fba1bfc5ff691c0c601a4caa28468bfa558359c /Cargo.toml | |
| parent | chore: update dependencies (diff) | |
| download | iced-builder-9342bd0e57126909776b95b0761ad5bef3b416f6.tar.gz | |
refactor: random stuff
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,12 +1,13 @@ [package] name = "iced_builder" -description = "GUI builder for iced, built with iced." +description = "UI builder for iced, built with iced." version = "0.1.0" edition = "2021" authors = ["pml68 <contact@pml68.dev>"] repository = "https://github.com/pml68/iced-builder" license = "GPL-3.0-or-later" -keywords = ["gui", "iced"] +categories = ["gui"] +keywords = ["gui", "ui", "graphics", "interface", "widgets"] [dependencies] iced = { version = "0.13.1", features = [ "image","svg","advanced","tokio"] } |
