summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-04 19:18:51 -0400
committerpommicket <pommicket@gmail.com>2023-09-04 19:18:51 -0400
commite276311609d3d67e3d17388853fd6d2f109a6ea3 (patch)
tree4e9f6fed0be1e9709e954d79243c69011c830193 /README.md
parent26befe536c56d0e8ff47d07bdc1d64086fdc0394 (diff)
start documenting
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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