[−][src]Crate iced_winit
A windowing shell for Iced, on top of winit.

iced_winit offers some convenient abstractions on top of iced_native
to quickstart development when using winit.
It exposes a renderer-agnostic Application trait that can be implemented
and then run with a simple call. The use of this trait is optional.
Additionally, a conversion module is available for users that decide to
implement a custom event loop.
Re-exports
pub use iced_native::*; |
pub use winit; |
pub use application::Application; |
pub use settings::Settings; |
Modules
| application | Create interactive, native cross-platform applications. |
| conversion | Convert |
| settings | Configure your application. |
Structs
| Clipboard | A buffer for short-term storage and transfer within and between applications. |
| Proxy | An event loop proxy that implements |
| Viewport | A viewing region for displaying computer graphics. |
Enums
| Mode | The mode of a window-based application. |