From 91a784408976bcc320efb3e9e65a1b6ad7b0217f Mon Sep 17 00:00:00 2001 From: drendog Date: Thu, 22 Aug 2024 04:02:35 +0200 Subject: [PATCH] fix: update category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88c597b..66b272a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" repository = "https://codeberg.org/waydeer/layer-shika" readme = "README.md" keywords = ["layer-shell", "wayland", "slint", "femtovg", "smithay"] -categories = ["GUI"] +categories = ["gui"] [lints.clippy] all = { level = "warn", priority = -1 }