summaryrefslogtreecommitdiffstats
path: root/examples/custom_quad/Cargo.toml
blob: 3fc42549b3f04bf976ceb4cd8c4d790f33a22777 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "custom_quad"
version = "0.1.0"
authors = ["Robert Krahn"]
edition = "2024"
publish = false

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