[][src]Crate kas_wgpu

Toolkit for KAS targeting winit + WebGPU

This crate provides an implementation of KAS, using WebGPU for GPU-based rendering.

Windowing is provided by winit. Clipboard functionality is (currently) provided by clipboard.

Re-exports

pub use options::Options;
pub use kas;
pub use kas_theme as theme;
pub use wgpu;
pub use wgpu_glyph as glyph;

Modules

draw

Drawing API for kas_wgpu

options

Options

Structs

ClosedError

Error type returned by ToolkitProxy functions.

Toolkit

Builds a toolkit over a winit::event_loop::EventLoop.

ToolkitProxy

A proxy allowing control of a Toolkit from another thread.

Enums

Error

Possible failures from constructing a Toolkit