[package]
name = "rust-life"
version = "0.2.3"
authors = ["Mike MacDonald <crazymykl@gmail.com>"]
description = "An implementation of Conway's Game of Life."
license = "MIT"
repository = "https://github.com/crazymykl/rust-life"
[features]
unstable = []
[dependencies]
rand = "0.3"
piston_window = "0.65.0"
image = "0.13.0"
rayon = "0.7.0"