210b373882
- These are ignored, but it should prevent copy-pasta errors from users
23 lines
405 B
TOML
23 lines
405 B
TOML
[package]
|
|
name = "conway"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2018"
|
|
resolver = "2"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
byteorder = "1.3"
|
|
env_logger = "0.9"
|
|
getrandom = "0.2"
|
|
line_drawing = "0.8"
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
randomize = "3.0"
|
|
winit = "0.25"
|
|
winit_input_helper = "0.10"
|