summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-27 23:49:19 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-27 23:49:19 +0200
commitd11ac258680bd5c4c80760fc9f84002112e9c151 (patch)
treee22abbb9fbbbbf0b006f0198f01ee9a0b2301ba8 /Cargo.toml
parent99308d28d6644d104fcedb31f656c5edf6048618 (diff)
downloadiced-d11ac258680bd5c4c80760fc9f84002112e9c151.tar.gz
iced-d11ac258680bd5c4c80760fc9f84002112e9c151.tar.bz2
iced-d11ac258680bd5c4c80760fc9f84002112e9c151.zip
Write `README`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 61995a58..6c317505 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"