iced/examples/solar_system/Cargo.toml
Héctor Ramón Jiménez ad3a0a184f Add solar_system example
2020-02-14 05:33:58 +01:00

15 lines
365 B
TOML

[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"