Implement Canvas support for iced_tiny_skia
This commit is contained in:
parent
3f6e28fa9b
commit
5fd5d1cdf8
65 changed files with 1354 additions and 570 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use crate::{Backend, Color, Error, Renderer, Settings, Viewport};
|
||||
use crate::{Backend, Color, Error, Primitive, Renderer, Settings, Viewport};
|
||||
|
||||
use iced_graphics::window::compositor::{self, Information, SurfaceError};
|
||||
use iced_graphics::Primitive;
|
||||
|
||||
use raw_window_handle::{HasRawDisplayHandle, HasRawWindowHandle};
|
||||
use std::marker::PhantomData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue