mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"
This reverts commit4d10d39e8f
, reversing changes made toee94e2b7c0
.
This commit is contained in:
parent
4d10d39e8f
commit
676f2c8acf
54 changed files with 3154 additions and 1426 deletions
|
@ -6,16 +6,18 @@
|
|||
|
||||
extern crate azure;
|
||||
extern crate canvas_traits;
|
||||
extern crate compositing;
|
||||
extern crate cssparser;
|
||||
extern crate euclid;
|
||||
extern crate gleam;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate num_traits;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate servo_config;
|
||||
extern crate webrender;
|
||||
extern crate webrender_api;
|
||||
|
||||
pub mod canvas_paint_thread;
|
||||
pub mod webgl_paint_thread;
|
||||
pub mod gl_context;
|
||||
mod webgl_mode;
|
||||
pub mod webgl_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue