mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Remove extern crate statements (#3310)
This commit is contained in:
@@ -39,7 +39,7 @@ extern_methods!(
|
||||
}
|
||||
);
|
||||
|
||||
bitflags! {
|
||||
bitflags::bitflags! {
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct UIInterfaceOrientationMask: NSUInteger {
|
||||
const Portrait = 1 << 1;
|
||||
|
||||
Reference in New Issue
Block a user