Move the win32 implementation to platform/windows

This commit is contained in:
Pierre Krieger
2016-10-31 17:21:48 +01:00
parent a32aaee83e
commit 751b0a7ed7
7 changed files with 357 additions and 395 deletions

View File

@@ -3,6 +3,5 @@ pub mod cocoa;
pub mod dlopen;
pub mod emscripten;
pub mod wayland;
pub mod win32;
pub mod x11;
pub mod ios;