blob: 25840fb4c1b8f43040a860a680feb2488d6ea27a (
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 = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
|