summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life/Cargo.toml
blob: 413493ae77b99dbf6356a68fa97c9e57c2883e7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[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"] }
itertools = "0.9"