mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
updating use statements from recent rust-cocoa module changes
This commit is contained in:
@@ -13,7 +13,9 @@ use native_monitor::NativeMonitorId;
|
|||||||
use objc::runtime::{Class, Object, Sel, BOOL, YES, NO};
|
use objc::runtime::{Class, Object, Sel, BOOL, YES, NO};
|
||||||
use objc::declare::ClassDecl;
|
use objc::declare::ClassDecl;
|
||||||
|
|
||||||
use cocoa::base::{id, nil, NSUInteger};
|
use cocoa::base::{id, nil};
|
||||||
|
use cocoa::foundation::{NSAutoreleasePool, NSDate, NSDefaultRunLoopMode, NSPoint, NSRect, NSSize,
|
||||||
|
NSString, NSUInteger};
|
||||||
use cocoa::appkit;
|
use cocoa::appkit;
|
||||||
use cocoa::appkit::*;
|
use cocoa::appkit::*;
|
||||||
use cocoa::appkit::NSEventSubtype::*;
|
use cocoa::appkit::NSEventSubtype::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user