iced-yoda/examples/panes/Cargo.toml

13 lines
313 B
TOML
Raw Normal View History

[package]
name = "panes"
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" }