mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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 util::geometry::ScreenPx;
|
||||
use util::opts::{RenderApi, Mesa, OpenGL};
|
||||
use gleam::gl;
|
||||
use glutin;
|
||||
use NestedEventLoopListener;
|
||||
|
||||
#[cfg(not(target_os="android"))]
|
||||
use gleam::gl;
|
||||
|
||||
#[cfg(target_os="linux")]
|
||||
use std::ptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue