diff options
Diffstat (limited to 'examples/multitouch/Cargo.toml')
-rw-r--r-- | examples/multitouch/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/multitouch/Cargo.toml b/examples/multitouch/Cargo.toml new file mode 100644 index 00000000..f7c8c145 --- /dev/null +++ b/examples/multitouch/Cargo.toml @@ -0,0 +1,12 @@ +[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" |