Add dummy implementation for OS/X
This commit is contained in:
parent
52cccb8dda
commit
f4fb699b52
3 changed files with 87 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue