summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/Cargo.toml
blob: 63c5af7491d7bd06aeaa29f5232ad3915e8503ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "multitouch"
version = "0.1.0"
authors = ["Artur Sapek <artur@kraken.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
tokio = { version = "1.0", features = ["sync"] }
env_logger = "0.9"
voronoi = "0.1.4"