summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-28 19:42:53 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-28 19:42:53 +0100
commit324d60db6319017304bf0b514b76db98b3637929 (patch)
treeba770b2fbc6be4fa7708c9ab8967d67ccb21dfb6 /Cargo.toml
parent633150581f442b35b52a52a384b7d935171223ff (diff)
downloadiced-324d60db6319017304bf0b514b76db98b3637929.tar.gz
iced-324d60db6319017304bf0b514b76db98b3637929.tar.bz2
iced-324d60db6319017304bf0b514b76db98b3637929.zip
Re-introduce the `geometry` 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 2644f508..d0243dfd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,6 +66,7 @@ members = [
"examples/events",
"examples/exit",
"examples/game_of_life",
+ "examples/geometry",
"examples/integration_opengl",
"examples/integration_wgpu",
"examples/lazy",