mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 23:01:30 +11:00
Merge pull request #214 from tomaka/rm-cgl
Remove dependency on cgl on OSX
This commit is contained in:
commit
90a81cca29
|
@ -23,7 +23,6 @@ objc = "0.2"
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
objc = "0.2"
|
objc = "0.2"
|
||||||
cgl = "0.2"
|
|
||||||
cocoa = "0.9"
|
cocoa = "0.9"
|
||||||
core-foundation = "0.4"
|
core-foundation = "0.4"
|
||||||
core-graphics = "0.8"
|
core-graphics = "0.8"
|
||||||
|
|
|
@ -104,8 +104,6 @@ extern crate dwmapi;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate objc;
|
extern crate objc;
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
extern crate cgl;
|
|
||||||
#[cfg(target_os = "macos")]
|
|
||||||
extern crate cocoa;
|
extern crate cocoa;
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
extern crate core_foundation;
|
extern crate core_foundation;
|
||||||
|
|
Loading…
Reference in a new issue