diff options
Diffstat (limited to '')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 7ee4f6b7..fac010b3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -3,7 +3,7 @@ name = "iced_runtime" version = "0.1.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" -description = "The renderer-agnostic runtime for Iced" +description = "A renderer-agnostic runtime for Iced" license = "MIT" repository = "https://github.com/iced-rs/iced" |