diff options
| author | 2023-09-07 07:53:26 +0200 | |
|---|---|---|
| committer | 2023-09-07 07:53:26 +0200 | |
| commit | fc261a539b28dcd5f1898107a7c69c0719f3bbbf (patch) | |
| tree | 43a043aad5df420ad35480899bd76c8a3b3b158b /examples | |
| parent | d818deb4cdfcfeffa88e649e3e27aa477a336f4c (diff) | |
| download | iced-fc261a539b28dcd5f1898107a7c69c0719f3bbbf.tar.gz iced-fc261a539b28dcd5f1898107a7c69c0719f3bbbf.tar.bz2 iced-fc261a539b28dcd5f1898107a7c69c0719f3bbbf.zip | |
Fix name of `gradient` example package
Diffstat (limited to '')
| -rw-r--r-- | examples/gradient/Cargo.toml | 2 |
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 |
