diff options
author | Genny <gen@nyble.dev> | 2021-09-23 20:33:50 -0500 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2021-09-23 20:33:50 -0500 |
commit | 637441239434fabedfe83f5abc1af4232c802f7a (patch) | |
tree | dbc84cd1a31686077fc046fd42d223f1ca08f890 /README.md | |
parent | 7b8081a79fb3db4a76f9e4cca8f8a88e6e7f873c (diff) | |
download | gifed-637441239434fabedfe83f5abc1af4232c802f7a.tar.gz gifed-637441239434fabedfe83f5abc1af4232c802f7a.zip |
Improve API, monocommit, sorry
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index d48b26e..8a76871 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ always will be, one of the main goals of this crate. ### TODO - [x] Writing GIF87a -- [ ] Writing GIF89a -- [ ] Automatically select the lowest version possible when writing +- [x] Writing GIF89a +- [x] Automatically select the lowest version possible when writing - [ ] Read GIF87a - [ ] Read GIF89a - [ ] Feature to allow using the [weezl][weezl-crates] crate for LZW compression instead of the built-in |