Introduce Cell type in game_of_life

This commit is contained in:
Héctor Ramón Jiménez 2020-05-01 00:50:40 +02:00
parent 005ad6215a
commit ee97887409
2 changed files with 97 additions and 85 deletions

View file

@ -6,5 +6,5 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "tokio"] }
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
itertools = "0.9"