From 6fdb5619052ff68face6ad06b4423776ce8bd4f2 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 5 Sep 2023 22:37:10 -0400 Subject: rename to minipng --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index add0d26..44f6234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3