Add env_logger to game_of_life
This commit is contained in:
parent
94bb03c33c
commit
afdf3e799a
2 changed files with 5 additions and 0 deletions
|
|
@ -10,3 +10,4 @@ iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
|||
tokio = { version = "1.0", features = ["sync"] }
|
||||
itertools = "0.9"
|
||||
rustc-hash = "1.1"
|
||||
env_logger = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue