From ce2c795bdaca5709fa338f42b9f1c230372bbbbf Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 4 Oct 2022 11:50:32 +0200 Subject: Replace `voronoi` crate with `voronator` --- examples/multitouch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/multitouch/Cargo.toml') diff --git a/examples/multitouch/Cargo.toml b/examples/multitouch/Cargo.toml index 63c5af74..f7c8c145 100644 --- a/examples/multitouch/Cargo.toml +++ b/examples/multitouch/Cargo.toml @@ -9,4 +9,4 @@ publish = false iced = { path = "../..", features = ["canvas", "tokio", "debug"] } tokio = { version = "1.0", features = ["sync"] } env_logger = "0.9" -voronoi = "0.1.4" +voronator = "0.2" -- cgit