summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/Cargo.toml
blob: 867312f81f0466542f70ea75e797e599bdcc7fdc (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.10"
voronator = "0.2"