gol 0.1.9

Conway's game of life in OpenGL.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gol"
version = "0.1.9"
authors = ["Lloyd <lloydmeta@gmail.com>"]
description = "Conway's game of life in OpenGL."
homepage = "https://github.com/lloydmeta/gol-rs"
documentation = "https://docs.rs/gol"
keywords = ["OpenGL", "rendering", "gfx-rs", "game-of-life", "Conway"]
license = "MIT"
[profile.release]
opt-level = 3
lto = true
debug = false

[[bin]]
name = "gol"
test = false
doc = false
[dependencies.gfx_window_glutin]
version = "0.16"

[dependencies.clap]
version = "2.24"

[dependencies.gfx]
version = "0.16"

[dependencies.gfx_device_gl]
version = "0.14"

[dependencies.glutin]
version = "0.8"

[dependencies.rayon]
version = "0.8"

[dependencies.rand]
version = "0.3"
[badges.travis-ci]
repository = "lloydmeta/gol-rs"