diff options
author | 2020-02-14 05:33:58 +0100 | |
---|---|---|
committer | 2020-02-14 05:33:58 +0100 | |
commit | ad3a0a184f877cbca3db4006e802231e201138ba (patch) | |
tree | 1078aed23aebaeb1d62a942f058af75e763c3f1b /Cargo.toml | |
parent | 558abf648bdeb86d92e7092f4b023d5e55cc673c (diff) | |
download | iced-ad3a0a184f877cbca3db4006e802231e201138ba.tar.gz iced-ad3a0a184f877cbca3db4006e802231e201138ba.tar.bz2 iced-ad3a0a184f877cbca3db4006e802231e201138ba.zip |
Add `solar_system` example
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ members = [ "examples/integration", "examples/pokedex", "examples/progress_bar", + "examples/solar_system", "examples/stopwatch", "examples/styling", "examples/svg", |