summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-10-04 18:20:14 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-04 18:20:14 +0200
commit2278bade55b2bcd530c8c9a30a22d5f800921e55 (patch)
tree40093c0f59136426a04effa417f74bc64359c09b /Cargo.toml
parent5f758d847f7e0de0ab7134247133c169a6132de1 (diff)
parent8c74464b0d608fb04a1c921b2cbb36b8bc6fc9b8 (diff)
downloadiced-2278bade55b2bcd530c8c9a30a22d5f800921e55.tar.gz
iced-2278bade55b2bcd530c8c9a30a22d5f800921e55.tar.bz2
iced-2278bade55b2bcd530c8c9a30a22d5f800921e55.zip
Merge pull request #1305 from artursapek/canvas-touch
Expose touch events in canvas widget
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",