ferrishot_iced_winit

Crates.ioferrishot_iced_winit
lib.rsferrishot_iced_winit
version0.14.1
created_at2025-04-12 21:05:20.794399+00
updated_at2025-04-12 21:39:06.786433+00
descriptionA runtime for iced on top of winit
homepagehttps://iced.rs
repositoryhttps://github.com/iced-rs/iced
max_upload_size
id1631251
size210,583
Nik Revenco (nik-rev)

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: 5890

cargo fmt