vornoi experiment

This commit is contained in:
Artur Sapek 2022-04-27 10:30:32 -06:00 committed by Héctor Ramón Jiménez
parent fe17641d46
commit 9d6834f250
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 81 additions and 5 deletions

View file

@ -9,3 +9,4 @@ publish = false
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
tokio = { version = "1.0", features = ["sync"] }
env_logger = "0.9"
voronoi = "0.1.4"