summaryrefslogtreecommitdiffstats
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-28 19:49:36 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-28 19:49:36 +0200
commitd6c6d07ddaa170d288afd43bb117e188cdafcfa4 (patch)
tree3beddc9fa859e91ecb3197d25461934c67651339 /runtime/Cargo.toml
parent126aef88e7647c4690055b4c96aee46ecadcf60e (diff)
downloadiced-d6c6d07ddaa170d288afd43bb117e188cdafcfa4.tar.gz
iced-d6c6d07ddaa170d288afd43bb117e188cdafcfa4.tar.bz2
iced-d6c6d07ddaa170d288afd43bb117e188cdafcfa4.zip
Fix `iced_runtime` description
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml2
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"