diff options
author | 2022-04-13 19:08:53 -0600 | |
---|---|---|
committer | 2022-10-04 11:23:03 +0200 | |
commit | fe17641d46b47f60fc2baa68bb7a0c4e137aa628 (patch) | |
tree | 0dbb7e26108725246052d83b9e2f515ee8a076a4 /Cargo.toml | |
parent | 4a3c3e2a18c2277a8213d371eb2c671c12ac238e (diff) | |
download | iced-fe17641d46b47f60fc2baa68bb7a0c4e137aa628.tar.gz iced-fe17641d46b47f60fc2baa68bb7a0c4e137aa628.tar.bz2 iced-fe17641d46b47f60fc2baa68bb7a0c4e137aa628.zip |
Working multitouch example
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ members = [ "examples/geometry", "examples/integration_opengl", "examples/integration_wgpu", + "examples/multitouch", "examples/pane_grid", "examples/pick_list", "examples/pokedex", |