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
|
@ -32,8 +32,8 @@ use sixtyfps_corelib::graphics::{Point, Rect};
|
|||
use sixtyfps_corelib::input::{
|
||||
FocusEvent, InputEventResult, KeyEvent, KeyEventResult, MouseEvent, MouseEventType,
|
||||
};
|
||||
use sixtyfps_corelib::item_rendering::CachedRenderingData;
|
||||
use sixtyfps_corelib::items::{Item, ItemConsts, ItemRc, ItemRenderer, ItemVTable};
|
||||
use sixtyfps_corelib::item_rendering::{CachedRenderingData, ItemRenderer};
|
||||
use sixtyfps_corelib::items::{Item, ItemConsts, ItemRc, ItemVTable};
|
||||
use sixtyfps_corelib::layout::LayoutInfo;
|
||||
use sixtyfps_corelib::rtti::*;
|
||||
use sixtyfps_corelib::{Callback, ItemVTable_static, Property, SharedString, SharedVector};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue