mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add GLPlayerMsg and glplayer_channel in canvas_traits
GLPlayerMsg enum values are going to be the commands to send to the glplayer_thread. glplayer_channel mod is a copy of webgl_channel.
This commit is contained in:
parent
e36c0489bf
commit
0d52d5d304
5 changed files with 233 additions and 0 deletions
|
@ -15,6 +15,7 @@ extern crate serde;
|
|||
|
||||
pub mod canvas;
|
||||
pub mod media;
|
||||
mod media_channel;
|
||||
#[macro_use]
|
||||
pub mod webgl;
|
||||
mod webgl_channel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue