winit 0.29.15

Cross-platform window creation library.
Documentation
1
2
3
4
5
6
7
8
9
mod channel;
mod dispatcher;
mod waker;
mod wrapper;

use self::channel::{channel, AsyncReceiver, AsyncSender};
pub use self::dispatcher::{DispatchRunner, Dispatcher};
pub use self::waker::{Waker, WakerSpawner};
use self::wrapper::Wrapper;