summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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