mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Kicks off a WebGL implementation
This commit is contained in:
parent
b2585bee4d
commit
c82485874d
23 changed files with 1326 additions and 165 deletions
|
@ -11,6 +11,10 @@ extern crate cssparser;
|
|||
extern crate geom;
|
||||
extern crate gfx;
|
||||
extern crate util;
|
||||
|
||||
extern crate gleam;
|
||||
extern crate msg;
|
||||
extern crate glutin;
|
||||
|
||||
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