diff options
| author | Fuwn <[email protected]> | 2022-02-27 07:10:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-02-27 07:10:05 -0800 |
| commit | 0d96a9d011dad9144a4ef178db9a7933fbdb8094 (patch) | |
| tree | e70e19814f614c7b3190275d99f3f0433c30ca65 | |
| parent | 5ca4c40921b5c5dd8185021c219503005455bca9 (diff) | |
| download | para-0d96a9d011dad9144a4ef178db9a7933fbdb8094.tar.xz para-0d96a9d011dad9144a4ef178db9a7933fbdb8094.zip | |
fix(meta): description
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ name = "para" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2021" -description = "An example decoder and utility for Flipnote Studios .ppm animation format." +description = "Decoder and utility for the Flipnote Studios .ppm animation format." readme = "README.rst" homepage = "https://github.com/Usugata/para" repository = "https://github.com/Usugata/para" @@ -6,7 +6,7 @@ What? ----- -An example decoder and utility for Flipnote Studios :code:`.ppm` animation format. +A decoder and utility for the Flipnote Studios :code:`.ppm` animation format. Why this over that? ------------------- |