2020-04-29 08:25:42 +02:00
|
|
|
[package]
|
|
|
|
|
name = "game_of_life"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2020-04-29 08:25:42 +02:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced.workspace = true
|
|
|
|
|
iced.features = ["debug", "canvas", "tokio"]
|
|
|
|
|
|
2023-11-15 10:27:26 +01:00
|
|
|
itertools = "0.12"
|
2023-09-04 12:58:41 +02:00
|
|
|
rustc-hash.workspace = true
|
|
|
|
|
tokio = { workspace = true, features = ["sync"] }
|
|
|
|
|
tracing-subscriber = "0.3"
|