Move some implementations around

This commit is contained in:
Pierre Krieger
2016-10-31 17:08:55 +01:00
parent a32aaee83e
commit 188ecae101
8 changed files with 1025 additions and 1031 deletions

View File

@@ -1,5 +1,5 @@
pub mod android;
pub mod cocoa;
// TODO: remove this module altogether and move all implementations to `platform`
pub mod dlopen;
pub mod emscripten;
pub mod wayland;