mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Update to use new GL bindings.
This commit is contained in:
parent
272ae0cc1b
commit
69c5bc8fca
8 changed files with 112 additions and 78 deletions
|
@ -21,13 +21,13 @@ extern crate geom;
|
|||
extern crate gfx;
|
||||
extern crate layers;
|
||||
extern crate layout_traits;
|
||||
extern crate opengles;
|
||||
extern crate png;
|
||||
extern crate script_traits;
|
||||
extern crate "msg" as servo_msg;
|
||||
extern crate "net" as servo_net;
|
||||
#[phase(plugin, link)]
|
||||
extern crate "util" as servo_util;
|
||||
extern crate gleam;
|
||||
|
||||
extern crate libc;
|
||||
extern crate time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue