From c48739029b36e4380409cdb15594e415afce6371 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 5 Sep 2019 09:59:38 +0200 Subject: Ask users to share use cases --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1c139e61..ae13cd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,12 @@ readme = "README.md" keywords = ["gui", "ui", "graphics", "interface", "widgets"] categories = ["gui"] +[badges] +maintenance = { status = "actively-developed" } + +[package.metadata.docs.rs] +features = ["winit"] + [dependencies] stretch = "0.2" twox-hash = "1.5" -- cgit