blob: 39154786e14f6e72b1243dabb7bee7f5e8d639b5 (
plain) (
tree)
|
|
[package]
name = "custom_quad"
version = "0.1.0"
authors = ["Robert Krahn"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
|