added script to generate random patterns

This commit is contained in:
JOLIMAITRE Matthieu 2022-10-15 04:36:53 +02:00
parent dc2a80bf4f
commit 1c1ad2c4fd
5 changed files with 208 additions and 164 deletions

View file

@ -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"