aboutsummaryrefslogtreecommitdiff
path: root/examples/name/Cargo.toml
blob: 23c3b582cfb691692adbb695a4d6832dffde17ac (plain)
1
2
3
4
5
6
7
8
[package]
name = "name"
version = "0.0.0"
edition = "2024"

[dependencies]
iced.workspace = true
iced_selection = { path = "../.." }