diff options
author | 2023-09-07 07:38:51 +0200 | |
---|---|---|
committer | 2023-09-07 07:48:44 +0200 | |
commit | 21259ee745c17d0f257c7a6c356d8a491460f9d6 (patch) | |
tree | c7823eccbeb3fa9632fd828d1a64593d80ef86c1 /examples/gradient/Cargo.toml | |
parent | adfcd8c727b896589b77322eae01f9710a86f7cc (diff) | |
download | iced-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.toml | 8 |
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 = "../.." } |