Remove OpenGL from Android code

This commit is contained in:
Pierre Krieger 2016-04-19 19:31:36 +02:00
parent f7bef4f156
commit 180aae3ada
3 changed files with 38 additions and 111 deletions

View file

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