iced/examples/integration/src
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
..
shader Add integration example 2020-02-09 05:32:56 +01:00
controls.rs Add step member to slider widgets 2020-06-11 00:18:24 +02:00
main.rs Request a redraw only on relevant events 2020-06-09 15:45:57 +02:00
scene.rs Removed empty bind group from integration example (#390) 2020-06-08 11:03:34 +02:00