From eefdcbe06cce97b452ee71ccb6fcd1a423d29075 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 29 May 2019 03:17:48 +0200 Subject: Initial commit --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..a021b5e8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "iced" +version = "0.0.0" +authors = ["Héctor Ramón Jiménez "] +edition = "2018" +description = "A simple GUI runtime inspired by Elm" +license = "MIT" +repository = "https://github.com/hecrj/iced" +documentation = "https://docs.rs/iced" +readme = "README.md" +keywords = ["gui", "ui", "graphics", "interface", "widgets"] +categories = ["gui"] + +[dependencies] -- cgit