summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-05 09:59:38 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-05 09:59:38 +0200
commitc48739029b36e4380409cdb15594e415afce6371 (patch)
tree129d2834819570a75db5f970daa6e1ee5c1587e4 /Cargo.toml
parent3fb06f66661b5f4f0a76553164597f7ce0cbd79c (diff)
downloadiced-c48739029b36e4380409cdb15594e415afce6371.tar.gz
iced-c48739029b36e4380409cdb15594e415afce6371.tar.bz2
iced-c48739029b36e4380409cdb15594e415afce6371.zip
Ask users to share use cases
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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"