Reexport raw-window-handle in window module

We use raw-window-handle extensive in the public API as well as we
force the users to use it to get some essential data for interop, thus
reexport it.

Fixes: #2913.
This commit is contained in:
Kirill Chibisov
2023-08-14 11:24:45 +04:00
parent 08ad3f19e2
commit ba2bfd064f
3 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ pub use crate::icon::{BadIcon, Icon};
#[doc(inline)]
pub use cursor_icon::{CursorIcon, ParseError as CursorIconParseError};
#[doc(inline)]
pub use raw_window_handle;
/// Represents a window.
///
/// # Example