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

#1314 in GUI

Download history 403/week @ 2024-03-11 478/week @ 2024-03-18 338/week @ 2024-03-25 328/week @ 2024-04-01 157/week @ 2024-04-08 207/week @ 2024-04-15 273/week @ 2024-04-22 222/week @ 2024-04-29 144/week @ 2024-05-06 176/week @ 2024-05-13 201/week @ 2024-05-20 207/week @ 2024-05-27 169/week @ 2024-06-03 129/week @ 2024-06-10 197/week @ 2024-06-17 158/week @ 2024-06-24

682 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
~441K SLoC