summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-26 15:57:55 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-26 15:57:55 +0100
commit29ad61d377d16c61e68d051277fc73c19f8cae82 (patch)
treecd6ba8fef72b8e045530a81b67028d816e9bcd2f /graphics/Cargo.toml
parent7de72d6a2764f7c57bec23563406e1b5d1ad61b5 (diff)
downloadiced-29ad61d377d16c61e68d051277fc73c19f8cae82.tar.gz
iced-29ad61d377d16c61e68d051277fc73c19f8cae82.tar.bz2
iced-29ad61d377d16c61e68d051277fc73c19f8cae82.zip
Add missing metadata to `iced_graphics` subcrate
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index ca93a83a..3158e860 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -3,7 +3,12 @@ name = "iced_graphics"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
+description = "A bunch of backend-agnostic types that can be leveraged to build a renderer for Iced"
license = "MIT"
+repository = "https://github.com/hecrj/iced"
+documentation = "https://docs.rs/iced_graphics"
+keywords = ["gui", "ui", "graphics", "interface", "widgets"]
+categories = ["gui"]
[features]
canvas = ["lyon"]