iced-mobile/examples/tooltip/Cargo.toml
2021-02-15 19:37:46 +03:00

10 lines
203 B
TOML

[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"] }