Update macOS backend to removal of Send+Sync and addition of EventsLoopProxy
This commit is contained in:
parent
9ca2f83784
commit
339318f295
2 changed files with 33 additions and 24 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![cfg(target_os = "macos")]
|
||||
|
||||
pub use self::events_loop::EventsLoop;
|
||||
pub use self::events_loop::{EventsLoop, Proxy as EventsLoopProxy};
|
||||
pub use self::monitor::{MonitorId, get_available_monitors, get_primary_monitor};
|
||||
pub use self::window::{Id as WindowId, PlatformSpecificWindowBuilderAttributes, Window};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue