Expand description
Contains files specific to the servoshell app for Desktop systems.
Modulesยง
- app ๐Application entry point, runs the event loop.
- cli ๐
- 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. - headed_
window ๐A winit window implementation. - headless_
window ๐A headless window implementation. - keyutils ๐
- minibrowser ๐
- protocols ๐
- tracing ๐
- webview ๐
- window_
trait ๐Definition of Window. Implemented by headless and headed windows.