From 9342bd0e57126909776b95b0761ad5bef3b416f6 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 16 Feb 2025 13:49:34 +0100 Subject: refactor: random stuff --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] 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"] } -- cgit v1.2.3