#handle #display #window #instant #windowing

instant-display

Get a display handle instantly

1 unstable release

0.1.0 Jun 17, 2023

#35 in #instant

MIT OR Apache-2.0 OR Zlib

9KB
105 lines

instant-display

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.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

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.

Dependencies

~0–1.6MB
~31K SLoC