From 9d6834f250348b00b6bb9dea58ad4c4b58bfab7b Mon Sep 17 00:00:00 2001 From: Artur Sapek Date: Wed, 27 Apr 2022 10:30:32 -0600 Subject: vornoi experiment --- examples/multitouch/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/multitouch/Cargo.toml') diff --git a/examples/multitouch/Cargo.toml b/examples/multitouch/Cargo.toml index ecd4760c..63c5af74 100644 --- a/examples/multitouch/Cargo.toml +++ b/examples/multitouch/Cargo.toml @@ -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" -- cgit