iced_rizzen 0.14.0

Extra widgets for official releases of iced GUI library.
Documentation
1
2
3
4
5
6
7
8
// 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.

use iced_widget::core;
pub use iced_widget::{Renderer, Theme};

pub mod new_core;
pub mod widget;