about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Cargo.toml1
-rw-r--r--README.md3
3 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index e1ad110..7817057 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ Cargo.lock
 *.gif
 *.txt
 *.png
-**/examples/read
\ No newline at end of file
+**/examples/read
+/gif-frames
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
index 7f7e92d..62aa458 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
 [workspace]
 members = [
 	"gifed",
+	"gif-frames",
 	"gifprobe",
 	"giftool"
 ]
\ No newline at end of file
diff --git a/README.md b/README.md
index f2c625f..339407b 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,6 @@ These are part of the 89a spec, but are kept separate as they're not "core" to t
 [gif89a]: https://www.w3.org/Graphics/GIF/spec-gif89a.txt
 [netscape]: http://www.vurdalakov.net/misc/gif/netscape-looping-application-extension
 
-## gif-frames
-GIF Frames helps you manage the weird disposal methods that the Graphic Control Extension introduced. Also provides Indexed -> Rgb/Rgba conversion.
-
 ## gifprobe
 Similar to FFMPEG's ffprobe, gifprobe will print details of a gif to stdout.