iced/winit
Héctor Ramón Jiménez 2ef1b4317a Remove subcrates CHANGELOG
At this stage, it is important to allow the library to change rapidly.
Because of this, keeping a log of changes can be counter-productive. We
do not want pin down design decisions by writing detailed changelogs
(sunk cost fallacy).

Once the library and its different parts start becoming more stable and
mature, we will reintroduce changelogs accordingly.

For now, we will keep a main `CHANGELOG` file just for the `iced` crate.
2020-04-02 03:44:14 +02:00
..
src Write documentation for the debug feature 2020-04-02 03:44:14 +02:00
Cargo.toml Fix iced_native version in iced_winit 2020-04-02 03:44:14 +02:00
README.md Fix docs.rs links 2020-02-03 23:53:34 +01:00

iced_winit

Documentation Crates.io License project chat

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.

iced_winit

Installation

Add iced_winit as a dependency in your Cargo.toml:

iced_winit = "0.1.0-alpha"

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.