Add solar_system example
This commit is contained in:
parent
558abf648b
commit
ad3a0a184f
3 changed files with 260 additions and 0 deletions
15
examples/solar_system/Cargo.toml
Normal file
15
examples/solar_system/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "solar_system"
|
||||
version = "0.1.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[features]
|
||||
canvas = []
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["canvas", "async-std", "debug"] }
|
||||
iced_native = { path = "../../native" }
|
||||
async-std = { version = "1.0", features = ["unstable"] }
|
||||
rand = "0.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue