iced_audio 0.14.1

An extension to the Iced GUI library with useful widgets for audio applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Various styles for widgets

mod default_colors;

pub mod h_slider;
pub mod knob;
pub mod mod_range_input;
pub mod ramp;
pub mod text_marks;
pub mod tick_marks;
pub mod v_slider;
pub mod xy_pad;