Update winit and glutin forks
This commit is contained in:
parent
94fc3d993e
commit
7ec4747304
6 changed files with 15 additions and 15 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub struct PlatformSpecific {
|
||||
/// Parent window
|
||||
pub parent: Option<winapi::shared::windef::HWND>,
|
||||
pub parent: Option<winit::platform::windows::HWND>,
|
||||
|
||||
/// Drag and drop support
|
||||
pub drag_and_drop: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue