iced/examples/multitouch/Cargo.toml
2025-02-21 01:37:14 +01:00

13 lines
255 B
TOML

[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"