diff options
author | 2020-12-06 11:13:53 +0100 | |
---|---|---|
committer | 2021-08-12 20:44:11 +0700 | |
commit | bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2 (patch) | |
tree | 3952ebbabcf6de5285ea45436f8c138b2efe8671 /winit/src/settings/other.rs | |
parent | a7c40665fea1762aef87a82541cebf7a0b859220 (diff) | |
download | iced-bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2.tar.gz iced-bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2.tar.bz2 iced-bbe5fe9d71eb3b53ce4e84e43ca9ecc1e95bf1b2.zip |
Add PlatformSpecific winit settings for macOS
Diffstat (limited to '')
-rw-r--r-- | winit/src/settings/other.rs (renamed from winit/src/settings/not_windows.rs) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winit/src/settings/not_windows.rs b/winit/src/settings/other.rs index 5d703f84..a25beed0 100644 --- a/winit/src/settings/not_windows.rs +++ b/winit/src/settings/other.rs @@ -1,6 +1,3 @@ -#![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 {} |