Crate iced_glow[][src]

A glow renderer for iced_native.

The native path of the Iced ecosystem

Re-exports

pub use settings::Settings;
pub use widget::*;

Modules

settings

Configure a renderer.

widget

Use the widgets supported out-of-the-box.

window

Display rendering results on windows.

Structs

Backend

A glow graphics backend for iced.

Color

A color in the sRGB color space.

Command

A collection of async operations.

Vector

A 2D vector.

Viewport

A viewing region for displaying computer graphics.

Enums

Background

The background of some element.

Error

A graphical error that occurred while running an application.

HorizontalAlignment

The horizontal alignment of some resource.

Length

The strategy used to fill space in a specific dimension.

VerticalAlignment

The vertical alignment of some resource.

Type Definitions

Renderer

A glow graphics renderer for iced.