fix: Remove static-rc due to debug assertions
This commit is contained in:
parent
9796fa9f15
commit
d13415713c
4 changed files with 3 additions and 13 deletions
|
|
@ -17,8 +17,6 @@ pub mod widget;
|
|||
mod ext;
|
||||
pub use ext::ElementExt;
|
||||
|
||||
mod utils;
|
||||
|
||||
pub use theme::Theme;
|
||||
pub type Renderer = iced::Renderer<Theme>;
|
||||
pub type Element<'a, Message> = iced::Element<'a, Message, Renderer>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue