diff options
author | 2019-07-27 23:49:19 +0200 | |
---|---|---|
committer | 2019-07-27 23:49:19 +0200 | |
commit | d11ac258680bd5c4c80760fc9f84002112e9c151 (patch) | |
tree | e22abbb9fbbbbf0b006f0198f01ee9a0b2301ba8 /Cargo.toml | |
parent | 99308d28d6644d104fcedb31f656c5edf6048618 (diff) | |
download | iced-d11ac258680bd5c4c80760fc9f84002112e9c151.tar.gz iced-d11ac258680bd5c4c80760fc9f84002112e9c151.tar.bz2 iced-d11ac258680bd5c4c80760fc9f84002112e9c151.zip |
Write `README`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "iced" version = "0.0.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" -description = "A customizable GUI runtime, inspired by Elm." +description = "An opinionated GUI runtime, heavily inspired by Elm." license = "MIT" repository = "https://github.com/hecrj/iced" documentation = "https://docs.rs/iced" |