mirror of
https://github.com/servo/servo.git
synced 2025-07-28 17:50:37 +01:00
Move webgl_channel into base crate (#32339)
* Move webgl_channel into a shared crate * Add license header * Rename channle types and simplify module * Move module to base
This commit is contained in:
parent
fc08bd1aa7
commit
b1031d68c7
10 changed files with 164 additions and 244 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub mod generic_channel;
|
||||
pub mod id;
|
||||
pub mod print_tree;
|
||||
use webrender_api::Epoch as WebRenderEpoch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue