iced_winit

Module program

Source
Available on crate feature program only.
Expand description

Create interactive, native cross-platform applications for WGPU.

Structs§

State
The state of a multi-windowed Program.

Traits§

Program
An interactive, native, cross-platform, multi-windowed application.

Functions§

build_user_interfaces
Build the user interface for every window.
run
Runs a Program with an executor, compositor, and the provided settings.
user_force_quit
Returns true if the provided event should cause a Program to exit.