iced_winit

Crates.ioiced_winit
lib.rsiced_winit
version0.13.0
sourcesrc
created_at2019-10-05 03:54:17.433062
updated_at2024-09-18 01:36:17.942823
descriptionA runtime for iced on top of winit
homepagehttps://iced.rs
repositoryhttps://github.com/iced-rs/iced
max_upload_size
id170023
size135,339
Héctor Ramón (hecrj)

documentation

README

iced_winit

Documentation Crates.io License Discord Server

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.

The native target

Commit count: 5278

cargo fmt