diff options
author | 2022-04-27 10:30:32 -0600 | |
---|---|---|
committer | 2022-10-04 11:24:10 +0200 | |
commit | 9d6834f250348b00b6bb9dea58ad4c4b58bfab7b (patch) | |
tree | 0950fe55678f050186c773c3ee770165d5a07643 /examples/multitouch/Cargo.toml | |
parent | fe17641d46b47f60fc2baa68bb7a0c4e137aa628 (diff) | |
download | iced-9d6834f250348b00b6bb9dea58ad4c4b58bfab7b.tar.gz iced-9d6834f250348b00b6bb9dea58ad4c4b58bfab7b.tar.bz2 iced-9d6834f250348b00b6bb9dea58ad4c4b58bfab7b.zip |
vornoi experiment
Diffstat (limited to 'examples/multitouch/Cargo.toml')
-rw-r--r-- | examples/multitouch/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |