Rename osx->cocoa

This commit is contained in:
Brendan Zabarauskas 2015-01-26 14:28:12 +11:00
parent 44c21c4bbb
commit 73078e0569
5 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ mod winimpl;
#[path="x11/mod.rs"] #[path="x11/mod.rs"]
mod winimpl; mod winimpl;
#[cfg(target_os = "macos")] #[cfg(target_os = "macos")]
#[path="osx/mod.rs"] #[path="cocoa/mod.rs"]
mod winimpl; mod winimpl;
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
#[path="android/mod.rs"] #[path="android/mod.rs"]