Add PlatformSpecific winit settings for macOS

This commit is contained in:
Andrew Bentley 2020-12-06 11:13:53 +01:00 committed by Héctor Ramón Jiménez
parent a7c40665fe
commit bbe5fe9d71
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 32 additions and 6 deletions

View file

@ -0,0 +1,3 @@
/// The platform specific window settings of an application.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
pub struct PlatformSpecific {}