mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Include gleam for android
This commit is contained in:
parent
9a52ce6464
commit
063426fc55
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue