diff options
Diffstat (limited to 'winit/src/settings/other.rs')
-rw-r--r-- | winit/src/settings/other.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winit/src/settings/other.rs b/winit/src/settings/other.rs new file mode 100644 index 00000000..a25beed0 --- /dev/null +++ b/winit/src/settings/other.rs @@ -0,0 +1,3 @@ +/// The platform specific window settings of an application. +#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)] +pub struct PlatformSpecific {} |