Add dummy implementation for OS/X

This commit is contained in:
Tomaka17 2014-08-03 09:25:30 +02:00
parent 52cccb8dda
commit f4fb699b52
3 changed files with 87 additions and 2 deletions

View file

@ -26,10 +26,12 @@ use winimpl = win32;
#[cfg(unix)]
use winimpl = x11;
#[cfg(windows)]
#[cfg(target_os = "win32")]
mod win32;
#[cfg(unix)]
#[cfg(target_os = "linux")]
mod x11;
#[cfg(target_os = "macos")]
mod osx;
#[allow(dead_code)]
//mod egl;