Crate eww[][src]

Re-exports

pub use egui_wgpu as renderer;
pub use egui_winit as platform;
pub use platform::egui;
pub use platform::winit;
pub use renderer::wgpu;

Structs

Backend

Egui backend with winit platform and wgpu renderer

BackendDescriptor

Backend creation descriptor

RenderDescriptor