summaryrefslogtreecommitdiffstats
path: root/examples/gradients/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/gradients/Cargo.toml
parentadfcd8c727b896589b77322eae01f9710a86f7cc (diff)
downloadiced-21259ee745c17d0f257c7a6c356d8a491460f9d6.tar.gz
iced-21259ee745c17d0f257c7a6c356d8a491460f9d6.tar.bz2
iced-21259ee745c17d0f257c7a6c356d8a491460f9d6.zip
Rename `gradients` example to `gradient`
Diffstat (limited to 'examples/gradients/Cargo.toml')
-rw-r--r--examples/gradients/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/gradients/Cargo.toml b/examples/gradients/Cargo.toml
deleted file mode 100644
index 1bc65a9c..00000000
--- a/examples/gradients/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[package]
-name = "gradients"
-version = "0.1.0"
-edition = "2021"
-publish = false
-
-[dependencies]
-iced = { path = "../.." }