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 '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 {} |