summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life/Cargo.toml
blob: b9bb7f2aa48e5e342ec6ca4d03ac4b08d8b16bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "game_of_life"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
tokio = { version = "0.2", features = ["blocking"] }
itertools = "0.9"
rustc-hash = "1.1"