summaryrefslogtreecommitdiffstats
path: root/examples/pure/tooltip/Cargo.toml
blob: d84dfb3736e4f7b12aa0d27179d68633daf9552f (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "pure_tooltip"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>", "Casper Rogild Storm"]
edition = "2021"
publish = false

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