iced-yoda/examples/pane_grid/Cargo.toml

13 lines
317 B
TOML
Raw Normal View History

[package]
2020-03-10 02:57:13 +01:00
name = "pane_grid"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["async-std"] }
2020-03-04 22:31:59 +01:00
iced_native = { path = "../../native" }
clock = { path = "../clock" }
stopwatch = { path = "../stopwatch" }