mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +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
|
@ -14,7 +14,6 @@ use crate::canvas::CanvasId;
|
|||
pub mod canvas;
|
||||
#[macro_use]
|
||||
pub mod webgl;
|
||||
mod webgl_channel;
|
||||
|
||||
pub enum ConstellationCanvasMsg {
|
||||
Create {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue