6 releases (breaking)
Uses new Rust 2021
0.4.0 | May 2, 2022 |
---|---|
0.3.0 | Mar 31, 2021 |
0.2.0 | Nov 26, 2020 |
0.1.0 | Apr 2, 2020 |
0.0.0 | Oct 5, 2019 |
#260 in GUI
4,189 downloads per month
Used in 42 crates
(2 directly)
580KB
14K
SLoC
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.
Installation
Add iced_winit
as a dependency in your Cargo.toml
:
iced_winit = "0.3"
Iced moves fast and the master
branch can contain breaking changes! If
you want to learn about a specific release, check out the release list.
Dependencies
~5–9MB
~201K SLoC