diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "gof-rs" -version = "0.2.2" +version = "0.2.3" dependencies = [ "colored", "crossterm", @@ -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 + |
