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

#2450 in GUI

Download history 262/week @ 2025-09-22 219/week @ 2025-09-29 154/week @ 2025-10-06 130/week @ 2025-10-13 173/week @ 2025-10-20 112/week @ 2025-10-27 1204/week @ 2025-11-03 725/week @ 2025-11-10 828/week @ 2025-11-17 301/week @ 2025-11-24 449/week @ 2025-12-01 85/week @ 2025-12-08 86/week @ 2025-12-15 92/week @ 2025-12-22 72/week @ 2025-12-29 25/week @ 2026-01-05

284 downloads per month

MIT license

1MB
21K 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–30MB
~527K SLoC