iced/examples/custom_quad/Cargo.toml
Héctor Ramón Jiménez 18fd530085
Add custom_quad example
Thanks to @rksm 🙇
2022-12-02 19:06:42 +01:00

10 lines
191 B
TOML

[package]
name = "custom_quad"
version = "0.1.0"
authors = ["Robert Krahn"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }