Working multitouch example

This commit is contained in:
Artur Sapek 2022-04-13 19:08:53 -06:00 committed by Héctor Ramón Jiménez
parent 4a3c3e2a18
commit fe17641d46
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[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"