diff options
author | 2022-11-28 19:42:53 +0100 | |
---|---|---|
committer | 2022-11-28 19:42:53 +0100 | |
commit | 324d60db6319017304bf0b514b76db98b3637929 (patch) | |
tree | ba770b2fbc6be4fa7708c9ab8967d67ccb21dfb6 /Cargo.toml | |
parent | 633150581f442b35b52a52a384b7d935171223ff (diff) | |
download | iced-324d60db6319017304bf0b514b76db98b3637929.tar.gz iced-324d60db6319017304bf0b514b76db98b3637929.tar.bz2 iced-324d60db6319017304bf0b514b76db98b3637929.zip |
Re-introduce the `geometry` example
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ members = [ "examples/events", "examples/exit", "examples/game_of_life", + "examples/geometry", "examples/integration_opengl", "examples/integration_wgpu", "examples/lazy", |