about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2021-10-10 17:04:48 -0500
committerGenny <gen@nyble.dev>2021-10-10 17:04:48 -0500
commitc05ae474a789c0f972acbef99698fba8456a6205 (patch)
tree249e5eae35cdfefffe42f3ccfaf8abd745a793ee /README.md
parent8f52e18305478868bed74b29478655f0083e9f2c (diff)
downloadgifed-c05ae474a789c0f972acbef99698fba8456a6205.tar.gz
gifed-c05ae474a789c0f972acbef99698fba8456a6205.zip
Update readme with current status
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a76871..d4fd590 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,10 @@ always will be, one of the main goals of this crate.
 - [x] Writing GIF87a
 - [x] Writing GIF89a
 - [x] Automatically select the lowest version possible when writing
-- [ ] Read GIF87a
-- [ ] Read GIF89a
+- [x] Read GIF87a
+- [x] Read GIF89a
+- [ ] Write API (~75%)
+- [ ] Read API (~25%)
 - [ ] Feature to allow using the [weezl][weezl-crates] crate for LZW compression instead of the built-in
 - [ ] Feature to allow using the [rgb][rgb-crates] crate for the color type.
 - [ ] Well written and easy to understand docs! `bitvec` quality, but who can match that?