iced-yoda/examples/multitouch/Cargo.toml

13 lines
295 B
TOML
Raw Normal View History

2022-04-13 19:08:53 -06:00
[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"