Rename iced_native to iced_runtime
This commit is contained in:
parent
8af69be47e
commit
99e0a71504
39 changed files with 87 additions and 97 deletions
|
|
@ -3,7 +3,7 @@ use crate::conversion;
|
|||
use crate::core;
|
||||
use crate::core::{Color, Point, Size};
|
||||
use crate::graphics::Viewport;
|
||||
use crate::native::Debug;
|
||||
use crate::runtime::Debug;
|
||||
use crate::Application;
|
||||
|
||||
use std::marker::PhantomData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue