Introduce Cell type in game_of_life
This commit is contained in:
parent
005ad6215a
commit
ee97887409
2 changed files with 97 additions and 85 deletions
|
|
@ -6,5 +6,5 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["canvas", "tokio"] }
|
||||
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
||||
itertools = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue