summaryrefslogtreecommitdiffstats
path: root/examples/tooltip/Cargo.toml
blob: 1171de00bae669c49aa351066c724a19dd11c47b (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "tooltip"
version = "0.1.0"
authors = ["Yusuf Bera Ertan <y.bera003.06@protonmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced = { path = "../..", features = ["debug"] }