summaryrefslogtreecommitdiffstats
path: root/examples/clock/Cargo.toml
blob: ab7714055d03b364682a0e308350dc844bb675d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "clock"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced = { path = "../..", features = ["canvas", "async-std", "debug"] }
iced_native = { path = "../../native" }
chrono = "0.4"
async-std = { version = "1.0", features = ["unstable"] }