From bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2 Mon Sep 17 00:00:00 2001 From: Andrew Bentley Date: Sun, 6 Dec 2020 11:13:53 +0100 Subject: Add PlatformSpecific winit settings for macOS --- winit/src/settings/other.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 winit/src/settings/other.rs (limited to 'winit/src/settings/other.rs') 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 {} -- cgit