Working multitouch example
This commit is contained in:
parent
4a3c3e2a18
commit
fe17641d46
4 changed files with 179 additions and 0 deletions
11
examples/multitouch/Cargo.toml
Normal file
11
examples/multitouch/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue