1 unstable release
0.1.0 | Jun 17, 2023 |
---|
#34 in #instant
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
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
- Zlib license (LICENSE-ZLIB or https://opensource.org/licenses/Zlib)
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