diff options
author | 2022-10-04 11:50:32 +0200 | |
---|---|---|
committer | 2022-10-04 11:50:32 +0200 | |
commit | ce2c795bdaca5709fa338f42b9f1c230372bbbbf (patch) | |
tree | 2d397710664d47d48e66f82ca0dbf3db4f3684f4 /examples/multitouch/Cargo.toml | |
parent | ddb8f5b96c3d142eb93d6f08367a502a28ed7e39 (diff) | |
download | iced-ce2c795bdaca5709fa338f42b9f1c230372bbbbf.tar.gz iced-ce2c795bdaca5709fa338f42b9f1c230372bbbbf.tar.bz2 iced-ce2c795bdaca5709fa338f42b9f1c230372bbbbf.zip |
Replace `voronoi` crate with `voronator`
Diffstat (limited to 'examples/multitouch/Cargo.toml')
-rw-r--r-- | examples/multitouch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |