Rename iced_native to iced_runtime
This commit is contained in:
parent
8af69be47e
commit
99e0a71504
39 changed files with 87 additions and 97 deletions
|
|
@ -10,5 +10,5 @@ pub use crate::core::{Clipboard, Shell};
|
|||
|
||||
pub mod subscription {
|
||||
//! Write your own subscriptions.
|
||||
pub use crate::native::futures::subscription::{EventStream, Recipe};
|
||||
pub use crate::runtime::futures::subscription::{EventStream, Recipe};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue