Add custom_quad example

Thanks to @rksm 🙇
This commit is contained in:
Héctor Ramón Jiménez 2022-12-02 19:06:42 +01:00
parent 6d39aebec6
commit 18fd530085
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 169 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "custom_quad"
version = "0.1.0"
authors = ["Robert Krahn"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }