diff options
author | pommicket <pommicket@gmail.com> | 2023-09-05 22:37:10 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-05 22:37:10 -0400 |
commit | 6fdb5619052ff68face6ad06b4423776ce8bd4f2 (patch) | |
tree | 68d65c8354cfcb71276b6cc36a7f26449efcf75f /Cargo.toml | |
parent | d990a922652d5adaab61ea8b8c461f624b53dc84 (diff) |
rename to minipng0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ [package] -name = "tiny-png" +name = "minipng" +description = "Tiny PNG decoder with no dependencies" +repository = "https://github.com/pommicket/minipng" +categories = ["encoding", "graphics", "multimedia::images", "no-std::no-alloc"] +keywords = ["png", "decoder", "image", "no_std", "no_alloc"] +license = "0BSD" version = "0.1.0" edition = "2021" |