diff options
author | 2022-12-02 19:06:42 +0100 | |
---|---|---|
committer | 2022-12-02 19:06:42 +0100 | |
commit | 18fd5300854522a091a2bcccb47b65f1d1d8f063 (patch) | |
tree | f26c1fffee3b6844c4cbb66cd843f5d2be3c3f6c /examples/custom_quad/Cargo.toml | |
parent | 6d39aebec61fa50ab7a5f58056adce1b87ac25e8 (diff) | |
download | iced-18fd5300854522a091a2bcccb47b65f1d1d8f063.tar.gz iced-18fd5300854522a091a2bcccb47b65f1d1d8f063.tar.bz2 iced-18fd5300854522a091a2bcccb47b65f1d1d8f063.zip |
Add `custom_quad` example
Thanks to @rksm :bow:
Diffstat (limited to 'examples/custom_quad/Cargo.toml')
-rw-r--r-- | examples/custom_quad/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/custom_quad/Cargo.toml b/examples/custom_quad/Cargo.toml new file mode 100644 index 00000000..39154786 --- /dev/null +++ b/examples/custom_quad/Cargo.toml @@ -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" } |