summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/Cargo.toml
blob: 908af97fdcb95855759b255a76409d261d599661 (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 = "2024"
publish = false

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

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