Crates.io | iced_winit |
lib.rs | iced_winit |
version | 0.13.0 |
source | src |
created_at | 2019-10-05 03:54:17.433062 |
updated_at | 2024-09-18 01:36:17.942823 |
description | A runtime for iced on top of winit |
homepage | https://iced.rs |
repository | https://github.com/iced-rs/iced |
max_upload_size | |
id | 170023 |
size | 135,339 |
iced_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. A conversion
module is provided for users that decide to implement a custom event loop.