Add custom_quad example
Thanks to @rksm 🙇
This commit is contained in:
parent
6d39aebec6
commit
18fd530085
2 changed files with 169 additions and 0 deletions
10
examples/custom_quad/Cargo.toml
Normal file
10
examples/custom_quad/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue