Add gradient picker example

This commit is contained in:
Matthias Vogelgesang 2023-09-02 13:44:45 +02:00 committed by Héctor Ramón Jiménez
parent 181708a1c0
commit 2b746c7b25
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 144 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "gradients"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
iced = { path = "../.." }