Expand description
Contains files specific to the servoshell app for Desktop systems.
Modulesยง
- accelerated_
gl_ ๐media - app ๐
- Application entry point, runs the event loop.
- app_
state ๐ - cli ๐
- dialog ๐
- egui_
glue ๐ - A modified version of EguiGlow from egui_glow 0.22.0 that retains its shapes,
allowing
EguiGlow::paint
to be called multiple times. - events_
loop ๐ - An event loop implementation that works in headless mode.
- gamepad ๐
- geometry
- headed_
window ๐ - A winit window implementation.
- headless_
window ๐ - A headless window implementation.
- keyutils ๐
- minibrowser ๐
- protocols ๐
- tracing ๐
- webxr ๐
- window_
trait ๐ - Definition of Window. Implemented by headless and headed windows.