simple conway thing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ [package] name = "cgol" -version = "0.1.0" +version = "0.1.1" edition = "2021" -author = ["bendn <[email protected]>"] +authors = ["bendn <[email protected]>"] description = "simple finite cgol, takes seed from a image, outputs to the terminal" repository = "https://github.com/bend-n/cgol.git" license = "MIT" |