diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ name = "iced" version = "0.0.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" -description = "An opinionated GUI runtime, heavily inspired by Elm." +description = "A GUI runtime, heavily inspired by Elm." license = "MIT" repository = "https://github.com/hecrj/iced" documentation = "https://docs.rs/iced" @@ -5,7 +5,7 @@ [](https://crates.io/crates/iced) [](https://github.com/hecrj/iced/blob/master/LICENSE) -An GUI runtime for Rust, heavily inspired by Elm. +A GUI runtime for Rust, heavily inspired by Elm. [![GUI][gui_gif]][gui_gfycat] |