[[bin]]
doc = false
name = "gol"
test = false
[badges.travis-ci]
repository = "lloydmeta/gol-rs"
[dependencies.clap]
version = "2.26"
[dependencies.gfx]
version = "0.18"
[dependencies.gfx_device_gl]
version = "0.16"
[dependencies.gfx_window_glutin]
version = "0.30"
[dependencies.glutin]
version = "0.20"
[dependencies.rand]
version = "0.3"
[dependencies.rayon]
version = "0.8"
[package]
authors = ["Lloyd <lloydmeta@gmail.com>"]
categories = ["graphics", "game of life", "conway", "learning"]
description = "Conway's game of life in OpenGL."
documentation = "https://docs.rs/gol"
edition = "2021"
homepage = "https://github.com/lloydmeta/gol-rs"
keywords = ["OpenGL", "rendering", "gfx-rs", "game-of-life", "Conway"]
license = "MIT"
name = "gol"
readme = "README.MD"
repository = "https://github.com/lloydmeta/gol-rs"
version = "0.1.13"
[profile.release]
debug = 0
lto = true
opt-level = 3