iced-yoda/examples/custom_quad/Cargo.toml

11 lines
191 B
TOML
Raw Normal View History

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