summaryrefslogtreecommitdiffstats
path: root/winit/src/settings/not_windows.rs
diff options
context:
space:
mode:
authorLibravatar Andrew Bentley <andrew@bentley.codes>2020-12-06 11:13:53 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-12 20:44:11 +0700
commitbbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2 (patch)
tree3952ebbabcf6de5285ea45436f8c138b2efe8671 /winit/src/settings/not_windows.rs
parenta7c40665fea1762aef87a82541cebf7a0b859220 (diff)
downloadiced-bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2.tar.gz
iced-bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2.tar.bz2
iced-bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2.zip
Add PlatformSpecific winit settings for macOS
Diffstat (limited to 'winit/src/settings/not_windows.rs')
-rw-r--r--winit/src/settings/not_windows.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/winit/src/settings/not_windows.rs b/winit/src/settings/not_windows.rs
deleted file mode 100644
index 5d703f84..00000000
--- a/winit/src/settings/not_windows.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#![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 {}