summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Artur Sapek <artur@kraken.com>2022-04-13 19:08:53 -0600
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-10-04 11:23:03 +0200
commitfe17641d46b47f60fc2baa68bb7a0c4e137aa628 (patch)
tree0dbb7e26108725246052d83b9e2f515ee8a076a4 /Cargo.toml
parent4a3c3e2a18c2277a8213d371eb2c671c12ac238e (diff)
downloadiced-fe17641d46b47f60fc2baa68bb7a0c4e137aa628.tar.gz
iced-fe17641d46b47f60fc2baa68bb7a0c4e137aa628.tar.bz2
iced-fe17641d46b47f60fc2baa68bb7a0c4e137aa628.zip
Working multitouch example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 725baecc..9c6a435a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,6 +72,7 @@ members = [
"examples/geometry",
"examples/integration_opengl",
"examples/integration_wgpu",
+ "examples/multitouch",
"examples/pane_grid",
"examples/pick_list",
"examples/pokedex",