8 breaking releases

0.8.0 Apr 13, 2023
0.7.0 Feb 18, 2023
0.6.0 Jan 14, 2023
0.5.0 Dec 7, 2022
0.0.0 May 21, 2020

#54 in #cross-platform-gui

Download history 446/week @ 2023-12-14 214/week @ 2023-12-21 133/week @ 2023-12-28 89/week @ 2024-01-04 293/week @ 2024-01-11 339/week @ 2024-01-18 306/week @ 2024-01-25 198/week @ 2024-02-01 130/week @ 2024-02-08 113/week @ 2024-02-15 495/week @ 2024-02-22 496/week @ 2024-02-29 411/week @ 2024-03-07 476/week @ 2024-03-14 505/week @ 2024-03-21 284/week @ 2024-03-28

1,749 downloads per month

MIT license

1MB
20K SLoC

iced_glutin

Documentation Crates.io License Discord Server

iced_glutin offers some convenient abstractions on top of iced_native to quickstart development when using glutin.

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

Installation

Add iced_glutin as a dependency in your Cargo.toml:

iced_glutin = "0.8"

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

~10–25MB
~420K SLoC