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

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