summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-16 13:49:34 +0100
committerpml68 <contact@pml68.dev>2025-02-16 13:49:34 +0100
commit9342bd0e57126909776b95b0761ad5bef3b416f6 (patch)
tree2fba1bfc5ff691c0c601a4caa28468bfa558359c /Cargo.toml
parentchore: update dependencies (diff)
downloadiced-builder-9342bd0e57126909776b95b0761ad5bef3b416f6.tar.gz
refactor: random stuff
Diffstat (limited to 'Cargo.toml')
-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"] }