about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
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