diff options
author | 2023-09-08 04:55:16 +0200 | |
---|---|---|
committer | 2023-09-08 04:55:16 +0200 | |
commit | 89d9c45d25e9bf89e48858b135bc7a2d41c757a8 (patch) | |
tree | 3d1c109d1e92f822cb841797788cccf55ce8b09c /examples/gradient/Cargo.toml | |
parent | b5e7fb240cda919b66fb17a18cedd6d2ec064eaf (diff) | |
parent | 90cbab18b95a2a90a6a527280a6ca461203ea1b3 (diff) | |
download | iced-89d9c45d25e9bf89e48858b135bc7a2d41c757a8.tar.gz iced-89d9c45d25e9bf89e48858b135bc7a2d41c757a8.tar.bz2 iced-89d9c45d25e9bf89e48858b135bc7a2d41c757a8.zip |
Merge pull request #2055 from matze/perceptual-gradient
Compute gradients in Oklab color space
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..2dea2c4f --- /dev/null +++ b/examples/gradient/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "gradient" +version = "0.1.0" +edition = "2021" +publish = false + +[dependencies] +iced = { path = "../.." } |