We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
10 lines
203 B
TOML
10 lines
203 B
TOML
[package]
|
|
name = "tooltip"
|
|
version = "0.1.0"
|
|
authors = ["Yusuf Bera Ertan <y.bera003.06@protonmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced.workspace = true
|
|
iced.features = ["debug"]
|