# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gol" version = "0.1.14" authors = ["Lloyd "] description = "Conway's game of life in OpenGL." homepage = "https://github.com/lloydmeta/gol-rs" documentation = "https://docs.rs/gol" readme = "README.MD" keywords = [ "OpenGL", "rendering", "gfx-rs", "game-of-life", "Conway", ] categories = [ "graphics", "game of life", "conway", "learning", ] license = "MIT" repository = "https://github.com/lloydmeta/gol-rs" [profile.release] opt-level = 3 lto = true debug = 0 [[bin]] name = "gol" test = false doc = false [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" [badges.travis-ci] repository = "lloydmeta/gol-rs"