diff options
author | 2019-05-29 03:17:48 +0200 | |
---|---|---|
committer | 2019-05-29 03:17:48 +0200 | |
commit | eefdcbe06cce97b452ee71ccb6fcd1a423d29075 (patch) | |
tree | 13366dbd968b8ec39de86f2ebdd3f274cce45dc4 /Cargo.toml | |
download | iced-eefdcbe06cce97b452ee71ccb6fcd1a423d29075.tar.gz iced-eefdcbe06cce97b452ee71ccb6fcd1a423d29075.tar.bz2 iced-eefdcbe06cce97b452ee71ccb6fcd1a423d29075.zip |
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
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 <hector0193@gmail.com>"] +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] |