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
|
|
@ -6,10 +6,10 @@ use iced_graphics::image::raster;
|
|||
#[cfg(feature = "svg")]
|
||||
use iced_graphics::image::vector;
|
||||
|
||||
use crate::layer;
|
||||
use crate::{Buffer, Transformation};
|
||||
use atlas::Atlas;
|
||||
|
||||
use iced_graphics::layer;
|
||||
use iced_native::{Rectangle, Size};
|
||||
|
||||
use std::cell::RefCell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue