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

[dependencies]
iced.workspace = true
iced.features = ["debug", "canvas", "tokio"]

tracing-subscriber = "0.3"
voronator = "0.2"