summaryrefslogtreecommitdiffstats
path: root/examples/slider/Cargo.toml
blob: 8a2745dc0433b8654f8e69b20d82138e991a4f92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "slider"
version = "0.1.0"
authors = ["Casper Rogild Storm<casper@rogildstorm.com>"]
edition = "2024"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["svg"]