Use the winapi crate instead of our own ffi
This commit is contained in:
parent
cfe4564688
commit
3cf487ac70
8 changed files with 351 additions and 1078 deletions
|
|
@ -36,6 +36,8 @@
|
|||
extern crate gl_common;
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
extern crate winapi;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate cocoa;
|
||||
#[cfg(target_os = "macos")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue