summaryrefslogtreecommitdiffstats
path: root/examples/custom_quad/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-12-02 21:10:44 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-02 21:10:44 +0100
commit91d5516474dcb9494987f264783ad1400781b025 (patch)
tree11376e29c3c1358f7576e502366a990db9fb1c08 /examples/custom_quad/Cargo.toml
parentda244ff8048e0b339c1502372894a2460a637241 (diff)
parent60e41666d0e203d9777de981121c39f569bc3a7b (diff)
downloadiced-91d5516474dcb9494987f264783ad1400781b025.tar.gz
iced-91d5516474dcb9494987f264783ad1400781b025.tar.bz2
iced-91d5516474dcb9494987f264783ad1400781b025.zip
Merge pull request #1506 from rksm/non-uniform-border-radius-for-quads
non uniform border radius for quads
Diffstat (limited to '')
-rw-r--r--examples/custom_quad/Cargo.toml10
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" }