aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aada68b..337be3e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,7 +86,7 @@ dependencies = [
[[package]]
name = "gof-rs"
-version = "0.2.2"
+version = "0.2.3"
dependencies = [
"colored",
"crossterm",
diff --git a/README.md b/README.md
index 3ffbbee..9669ccc 100644
--- a/README.md
+++ b/README.md
@@ -30,5 +30,7 @@ cargo install gof-rs
- [x] Add full screen mode without the left bar.
- [ ] Add current generation number.
- [ ] Make the animation speed adjustable
+- [ ] Make the animation repeatable if all generation dies out
+