Remove generic Color in widgets
This commit is contained in:
parent
f9de39ddaa
commit
b83a4b42dd
12 changed files with 83 additions and 120 deletions
|
|
@ -5,7 +5,7 @@ use iced::text;
|
|||
use std::cell::RefCell;
|
||||
use std::f32;
|
||||
|
||||
impl text::Renderer<iced::Color> for Renderer<'_> {
|
||||
impl text::Renderer for Renderer<'_> {
|
||||
fn node(
|
||||
&self,
|
||||
style: iced::Style,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue