Include gleam for android

This commit is contained in:
Glenn Watson 2014-12-17 13:14:36 +10:00
parent 9a52ce6464
commit 063426fc55

View file

@ -27,12 +27,10 @@ use std::rc::Rc;
use time::{mod, Timespec}; use time::{mod, Timespec};
use util::geometry::ScreenPx; use util::geometry::ScreenPx;
use util::opts::{RenderApi, Mesa, OpenGL}; use util::opts::{RenderApi, Mesa, OpenGL};
use gleam::gl;
use glutin; use glutin;
use NestedEventLoopListener; use NestedEventLoopListener;
#[cfg(not(target_os="android"))]
use gleam::gl;
#[cfg(target_os="linux")] #[cfg(target_os="linux")]
use std::ptr; use std::ptr;