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