summaryrefslogblamecommitdiffstats
path: root/examples/clock/Cargo.toml
blob: 5e869eb5d25f89051bdbc429ce3ff4f2141eba1d (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                            
                

               
              
                                                                  
                                                         
[package]
name = "clock"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false

[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
time = { version = "0.3.5", features = ["local-offset"] }