Create reorganization

This commit is contained in:
Pierre Krieger 2015-04-24 09:51:23 +02:00
parent c1af76550f
commit 3ad7f9a584
27 changed files with 42 additions and 15 deletions

4
src/api/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod android;
pub mod cocoa;
pub mod win32;
pub mod x11;