Move Layer to iced_graphics
This commit is contained in:
parent
e618091248
commit
720e7756f2
18 changed files with 433 additions and 616 deletions
|
|
@ -2,7 +2,7 @@ use crate::backend::{self, Backend};
|
|||
use crate::{Primitive, Renderer};
|
||||
use iced_native::{mouse, svg, Layout};
|
||||
|
||||
pub use iced_native::Svg;
|
||||
pub use iced_native::svg::{Handle, Svg};
|
||||
|
||||
impl<B> svg::Renderer for Renderer<B>
|
||||
where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue