Make legacy functions crash on osx core contexts
This commit is contained in:
parent
e48c853b9c
commit
a8fef35dbf
10 changed files with 22 additions and 8 deletions
|
|
@ -46,6 +46,8 @@ extern crate dwmapi;
|
|||
#[macro_use]
|
||||
extern crate objc;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate cgl;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate cocoa;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate core_foundation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue