summary refs log tree commit diff
path: root/Cargo.toml
blob: bb8d70f44877b590ecebd13ad7f4a5e2927a5560 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "life"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.62"
pixels = "0.9.0"
rand = { version = "0.8.5", features = ["min_const_gen"] }
winit = "0.27.2"
winit_input_helper = "0.13.0"