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, allowingEguiGlow::paint
to be called multiple times. - embedder ๐Implements the global methods required by Servo (not window/gl/compositor related).
- events_
loop ๐An event loop implementation that works in headless mode. - gamepad ๐
- headed_
window ๐A winit window implementation. - headless_
window ๐A headless window implementation. - keyutils ๐
- minibrowser ๐
- protocols ๐
- tracing ๐
- window_
trait ๐Definition of Window. Implemented by headless and headed windows.