From e276311609d3d67e3d17388853fd6d2f109a6ea3 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 4 Sep 2023 19:18:51 -0400 Subject: start documenting --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index c50e4da..0176d95 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This decoder can be used without `std` or `alloc` by disabling the `std` feature - Correctly decode all non-interlaced PNG files (if a non-interlaced PNG is decoded incorrectly, please report it as a bug) - Small code size +- No dependencies other than `core`. - No panics (if any function panics, please report it as a bug). - No unsafe code -- cgit v1.2.3