Use crates.io release of winit 🎉
This commit is contained in:
parent
b11ad9ff5e
commit
8d7aac96d7
9 changed files with 11 additions and 143 deletions
|
|
@ -2,8 +2,7 @@
|
|||
pub mod subscription {
|
||||
//! Write your own subscriptions.
|
||||
pub use crate::runtime::futures::subscription::{
|
||||
Event, EventStream, Hasher, MacOS, PlatformSpecific, Recipe,
|
||||
from_recipe, into_recipes,
|
||||
Event, EventStream, Hasher, Recipe, from_recipe, into_recipes,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -582,9 +582,7 @@ pub mod font {
|
|||
pub mod event {
|
||||
//! Handle events of a user interface.
|
||||
pub use crate::core::event::{Event, Status};
|
||||
pub use iced_futures::event::{
|
||||
listen, listen_raw, listen_url, listen_with,
|
||||
};
|
||||
pub use iced_futures::event::{listen, listen_raw, listen_with};
|
||||
}
|
||||
|
||||
pub mod keyboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue