blob: 39154786e14f6e72b1243dabb7bee7f5e8d639b5 (
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 = { path = "../.." }
iced_native = { path = "../../native" }
|