summaryrefslogtreecommitdiffstats
path: root/examples/gradient/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 07:38:51 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 07:48:44 +0200
commit21259ee745c17d0f257c7a6c356d8a491460f9d6 (patch)
treec7823eccbeb3fa9632fd828d1a64593d80ef86c1 /examples/gradient/Cargo.toml
parentadfcd8c727b896589b77322eae01f9710a86f7cc (diff)
downloadiced-21259ee745c17d0f257c7a6c356d8a491460f9d6.tar.gz
iced-21259ee745c17d0f257c7a6c356d8a491460f9d6.tar.bz2
iced-21259ee745c17d0f257c7a6c356d8a491460f9d6.zip
Rename `gradients` example to `gradient`
Diffstat (limited to 'examples/gradient/Cargo.toml')
-rw-r--r--examples/gradient/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/gradient/Cargo.toml b/examples/gradient/Cargo.toml
new file mode 100644
index 00000000..1bc65a9c
--- /dev/null
+++ b/examples/gradient/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "gradients"
+version = "0.1.0"
+edition = "2021"
+publish = false
+
+[dependencies]
+iced = { path = "../.." }