added script to generate random patterns
This commit is contained in:
parent
dc2a80bf4f
commit
1c1ad2c4fd
5 changed files with 208 additions and 164 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "golrs"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
description = "a TUI for vizualising a rust implementation of the game of life."
|
||||
authors = ["Matthieu JOLIMAITRE <matthieu@imagevo.fr>"]
|
||||
|
@ -9,4 +9,4 @@ repository = "https://github.com/MajorBarnulf/golrs"
|
|||
|
||||
[dependencies]
|
||||
termion = "1.5"
|
||||
metrohash = "1.0"
|
||||
metrohash = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue