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