mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
WebGL context hardware acceleration + error detection
This commit is contained in:
parent
ea00e949a4
commit
79a5dae170
10 changed files with 172 additions and 94 deletions
|
@ -5,6 +5,7 @@
|
|||
#![feature(collections)]
|
||||
#![feature(core)]
|
||||
#![feature(std_misc)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
extern crate azure;
|
||||
extern crate cssparser;
|
||||
|
@ -12,9 +13,12 @@ extern crate geom;
|
|||
extern crate gfx;
|
||||
extern crate util;
|
||||
extern crate gleam;
|
||||
extern crate msg;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate glutin;
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub mod canvas_paint_task;
|
||||
pub mod webgl_paint_task;
|
||||
pub mod canvas_msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue