Remove OpenGL from Android code
This commit is contained in:
parent
f7bef4f156
commit
180aae3ada
3 changed files with 38 additions and 111 deletions
|
|
@ -2,10 +2,12 @@
|
|||
//!
|
||||
//! Contains the follow modules:
|
||||
//!
|
||||
//! - `android`
|
||||
//! - `macos`
|
||||
//! - `unix`
|
||||
//! - `windows`
|
||||
//!
|
||||
pub mod android;
|
||||
pub mod macos;
|
||||
pub mod unix;
|
||||
pub mod windows;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue