summaryrefslogblamecommitdiffstats
path: root/examples/custom_widget/Cargo.toml
blob: 3942538d7dd7d242dfb6e84ef7f767cb50c5d9e6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









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

[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
iced_graphics = { path = "../../graphics" }