2022-04-13 19:08:53 -06:00
|
|
|
[package]
|
|
|
|
|
name = "multitouch"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Artur Sapek <artur@kraken.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2022-04-13 19:08:53 -06:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced.workspace = true
|
|
|
|
|
iced.features = ["debug", "canvas", "tokio"]
|
|
|
|
|
|
|
|
|
|
tracing-subscriber = "0.3"
|
2022-10-04 11:50:32 +02:00
|
|
|
voronator = "0.2"
|