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

[dependencies]
iced.workspace = true
iced.features = ["debug", "canvas", "tokio"]

itertools = "0.11"
rustc-hash.workspace = true
tokio = { workspace = true, features = ["sync"] }
tracing-subscriber = "0.3"