Add platform specific settings
This commit is contained in:
parent
f0a857ddde
commit
5077f1dc6a
9 changed files with 106 additions and 0 deletions
6
winit/src/settings/not_windows.rs
Normal file
6
winit/src/settings/not_windows.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#![cfg(not(target_os = "windows"))]
|
||||
//! Platform specific settings for not Windows.
|
||||
|
||||
/// The platform specific window settings of an application.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
|
||||
pub struct PlatformSpecific {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue