iced_audio 0.13.0

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
13
mod group;
mod horizontal;
mod radial;
mod tier;
mod vertical;

pub use group::Group;
pub use tier::Tier;

pub use crate::style::tick_marks::*;
pub use horizontal::*;
pub use radial::*;
pub use vertical::*;