mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Switch to the official crates.
cocoa, core-foundation, and core-graphics are now on crates.io.
This commit is contained in:
@@ -50,7 +50,7 @@ extern crate cocoa;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate core_foundation;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate glutin_core_graphics as core_graphics;
|
||||
extern crate core_graphics;
|
||||
#[cfg(any(target_os = "linux", target_os = "freebsd"))]
|
||||
extern crate x11_dl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user