mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-15 06:50:37 +11:00
updating use statements from recent rust-cocoa module changes
This commit is contained in:
parent
2e1fe8283f
commit
348de5cbe4
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ use native_monitor::NativeMonitorId;
|
|||
use objc::runtime::{Class, Object, Sel, BOOL, YES, NO};
|
||||
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::NSEventSubtype::*;
|
||||
|
|
Loading…
Reference in a new issue