Skip to content

Commit

Permalink
Merge pull request #25 from JeromeSchmied/minor
Browse files Browse the repository at this point in the history
code refresh
  • Loading branch information
JeromeSchmied authored Jan 15, 2025
2 parents df099c1 + fc47306 commit 6748ac4
Show file tree
Hide file tree
Showing 9 changed files with 209 additions and 139 deletions.
183 changes: 137 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cgol-tui"
version = "0.6.3"
version = "0.6.8"
authors = ["Jeromos Kovacs <iitsnotme214@proton.me>"]
edition = "2021"
description = "Conway's Game of Life implementation with a TUI"
Expand All @@ -11,5 +11,6 @@ keywords = ["conway", "game-of-life", "tui"]
categories = ["games"]

[dependencies]
crossterm = { version = "0.28.1", features = ["use-dev-tty"] }
fastrand = "2.3.0"
ratatui = "0.29.0"
Loading

0 comments on commit 6748ac4

Please sign in to comment.