iced/examples/color_palette
Sebastian Zivota c3643eaf6d Add step member to slider widgets
Both the native and the web slider now have a member `step` to control
the least possible change of the slider's value. It defaults to 1.0
for all sliders and can be adjusted with the step method.
2020-06-11 00:18:24 +02:00
..
src Add step member to slider widgets 2020-06-11 00:18:24 +02:00
Cargo.toml Use only iced dependency for color_palette 2020-05-04 22:55:10 +02:00
README.md Add screenshot to README of color_palette 2020-05-04 22:53:07 +02:00
screenshot.png Add screenshot of color_palette example 2020-05-04 22:51:20 +02:00

Color palette

A color palette generator, based on a user-defined root color.

You can run it with cargo run:

cargo run --package color_palette