mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Move the ItemRenderer to the item_rendering module
This commit is contained in:
parent
b0fd400cd1
commit
c7ff67d0fc
7 changed files with 50 additions and 51 deletions
|
@ -10,12 +10,12 @@ LICENSE END */
|
|||
|
||||
use std::{cell::RefCell, rc::Rc};
|
||||
|
||||
use sixtyfps_corelib::eventloop::ComponentWindow;
|
||||
use sixtyfps_corelib::graphics::{
|
||||
Color, GraphicsBackend, GraphicsWindow, Point, Rect, RenderingCache, Resource,
|
||||
};
|
||||
use sixtyfps_corelib::item_rendering::CachedRenderingData;
|
||||
use sixtyfps_corelib::item_rendering::{CachedRenderingData, ItemRenderer};
|
||||
use sixtyfps_corelib::items::Item;
|
||||
use sixtyfps_corelib::{eventloop::ComponentWindow, items::ItemRenderer};
|
||||
use sixtyfps_corelib::{Property, SharedVector};
|
||||
|
||||
type CanvasRc = Rc<RefCell<femtovg::Canvas<femtovg::renderer::OpenGl>>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue