From 2504f84e56208a6bb9dce121a5a117d6216b7e7c Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Wed, 4 Sep 2024 17:22:45 +0200 Subject: [PATCH] add description --- rio-window/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rio-window/Cargo.toml b/rio-window/Cargo.toml index 09bde97d74..bcee46388a 100644 --- a/rio-window/Cargo.toml +++ b/rio-window/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true keywords.workspace = true homepage.workspace = true repository.workspace = true +description = "Winit fork maintained for Rio terminal" [features] default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]