Adding os::macos.

Also implements platform_window() for cocoa.
This commit is contained in:
Johan Sköld 2016-01-16 15:12:21 -08:00
parent 3e0f6adec4
commit c71b14afb9
3 changed files with 22 additions and 1 deletions

View file

@ -2,8 +2,10 @@
//!
//! Contains the follow modules:
//!
//! - `macos`
//! - `unix`
//! - `windows`
//!
pub mod macos;
pub mod unix;
pub mod windows;