mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Improve WebGL architecture.
This commit is contained in:
parent
e9cbbc58cc
commit
703962fe61
54 changed files with 3154 additions and 1426 deletions
|
@ -4,13 +4,14 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
extern crate canvas_traits;
|
||||
extern crate euclid;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate msg;
|
||||
extern crate script_traits;
|
||||
extern crate servo_config;
|
||||
extern crate webrender_api;
|
||||
extern crate webvr_traits;
|
||||
|
||||
mod webvr_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue