summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 54e5ed4..41478af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }