fix: Remove static-rc due to debug assertions

This commit is contained in:
Michael Aaron Murphy 2022-12-06 22:41:48 +01:00
parent 9796fa9f15
commit d13415713c
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 3 additions and 13 deletions

View file

@ -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>;