iced_rizzen 0.14.0

Extra widgets for official releases of iced GUI library.
Documentation
1
2
3
4
5
6
7
8
9
10
// This file is part of `iced_rizzen` project. For the terms of use, please see the file
// called `LICENSE-BSD-3-Clause` at the top level of the `iced_rizzen` project's Git repository.

pub mod cell;
#[allow(clippy::module_inception)]
pub mod cellgrid;
pub mod content;
pub mod extra;
pub mod style;
pub mod types;