Crate instant_display

Source
Expand description

A simple type that allows you to get a display handle if you don’t need a window.

This is useful for crates like glutin, where a display handle can be feasibly used without an involved window handle.

Structs§

Display
The whole point.
Error
The inner error type.