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

[dependencies]
iced = { path = "../../..", features = ["pure", "canvas", "tokio", "debug"] }
tokio = { version = "1.0", features = ["sync"] }
itertools = "0.9"
rustc-hash = "1.1"
env_logger = "0.9"