summaryrefslogtreecommitdiffstats
path: root/examples/gradient
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 07:53:26 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 07:53:26 +0200
commitfc261a539b28dcd5f1898107a7c69c0719f3bbbf (patch)
tree43a043aad5df420ad35480899bd76c8a3b3b158b /examples/gradient
parentd818deb4cdfcfeffa88e649e3e27aa477a336f4c (diff)
downloadiced-fc261a539b28dcd5f1898107a7c69c0719f3bbbf.tar.gz
iced-fc261a539b28dcd5f1898107a7c69c0719f3bbbf.tar.bz2
iced-fc261a539b28dcd5f1898107a7c69c0719f3bbbf.zip
Fix name of `gradient` example package
Diffstat (limited to 'examples/gradient')
-rw-r--r--examples/gradient/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gradient/Cargo.toml b/examples/gradient/Cargo.toml
index 1bc65a9c..2dea2c4f 100644
--- a/examples/gradient/Cargo.toml
+++ b/examples/gradient/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "gradients"
+name = "gradient"
version = "0.1.0"
edition = "2021"
publish = false