Added macOS platform specific options

This commit is contained in:
Casper Storm 2023-02-23 14:33:53 +01:00 committed by Héctor Ramón Jiménez
parent de4ae51e3c
commit ed7b613804
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 47 additions and 2 deletions

View file

@ -6,6 +6,6 @@ pub mod icon;
pub use icon::Icon;
pub use position::Position;
pub use settings::Settings;
pub use settings::{PlatformSpecific, Settings};
pub use crate::runtime::window::*;