summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-14 05:33:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-14 05:33:58 +0100
commitad3a0a184f877cbca3db4006e802231e201138ba (patch)
tree1078aed23aebaeb1d62a942f058af75e763c3f1b /Cargo.toml
parent558abf648bdeb86d92e7092f4b023d5e55cc673c (diff)
downloadiced-ad3a0a184f877cbca3db4006e802231e201138ba.tar.gz
iced-ad3a0a184f877cbca3db4006e802231e201138ba.tar.bz2
iced-ad3a0a184f877cbca3db4006e802231e201138ba.zip
Add `solar_system` 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 dd099c32..01231b70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,6 +46,7 @@ members = [
"examples/integration",
"examples/pokedex",
"examples/progress_bar",
+ "examples/solar_system",
"examples/stopwatch",
"examples/styling",
"examples/svg",