mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
Cocoa opens a window with OpenGL context inside
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
#[phase(plugin)] extern crate gl_generator;
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate cocoa;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate core_foundation;
|
||||
|
||||
pub use events::*;
|
||||
|
||||
use std::default::Default;
|
||||
|
||||
Reference in New Issue
Block a user