From 29ad61d377d16c61e68d051277fc73c19f8cae82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 26 Nov 2020 15:57:55 +0100 Subject: [PATCH] Add missing metadata to `iced_graphics` subcrate --- graphics/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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 "] 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"]