summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r--winit/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index 60e3f2d0..5727f8cf 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -6,6 +6,9 @@ edition = "2018"
description = "A winit runtime for Iced"
license = "MIT"
repository = "https://github.com/hecrj/iced"
+documentation = "https://docs.rs/iced_winit"
+keywords = ["gui", "ui", "graphics", "interface", "widgets"]
+categories = ["gui"]
[features]
debug = []