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

pub use crate::style::text_marks::*;
pub use group::Group;
pub use horizontal::*;
pub use radial::*;
pub use vertical::*;