diff options
author | Genny <gen@nyble.dev> | 2020-11-06 23:33:01 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-11-06 23:33:01 -0600 |
commit | c54872f011c135bbbc963f4a2b6b1d8ee4fa92bc (patch) | |
tree | 6ee047a5929fbd92a664c041b0596b53f58d59aa /README.md | |
parent | 85b5d7de253f5f91dbca4047196e005856fd52de (diff) | |
download | gifed-c54872f011c135bbbc963f4a2b6b1d8ee4fa92bc.tar.gz gifed-c54872f011c135bbbc963f4a2b6b1d8ee4fa92bc.zip |
Add gif components
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md index e6bb540..d48b26e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ always will be, one of the main goals of this crate. - [ ] Automatically select the lowest version possible when writing - [ ] Read GIF87a - [ ] Read GIF89a -- [ ] Feature to allow using [weezl][weezl-crates] for LZW compression instead of the built-in -- [ ] Well written and easy to understand docs! (Can never truly be finished, but "good enough") +- [ ] 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? -[weezl-crates]: https://crates.io/crates/weezl \ No newline at end of file +[weezl-crates]: https://crates.io/crates/weezl +[rgb-crates]: https://crates.io/crates/rgb \ No newline at end of file |