summaryrefslogtreecommitdiffstats
path: root/examples/gradients/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Matthias Vogelgesang <matthias.vogelgesang@gmail.com>2023-09-02 13:44:45 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 07:45:42 +0200
commit2b746c7b253573c9194844a02afba709839f5910 (patch)
treef52120515156ad57f5950c68d711f6bbe0f2fe4c /examples/gradients/Cargo.toml
parent181708a1c0f4920f7491df4516b0de3f61993391 (diff)
downloadiced-2b746c7b253573c9194844a02afba709839f5910.tar.gz
iced-2b746c7b253573c9194844a02afba709839f5910.tar.bz2
iced-2b746c7b253573c9194844a02afba709839f5910.zip
Add gradient picker example
Diffstat (limited to '')
-rw-r--r--examples/gradients/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/gradients/Cargo.toml b/examples/gradients/Cargo.toml
new file mode 100644
index 00000000..1bc65a9c
--- /dev/null
+++ b/examples/gradients/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "gradients"
+version = "0.1.0"
+edition = "2021"
+publish = false
+
+[dependencies]
+iced = { path = "../.." }