mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +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
|
@ -13,6 +13,7 @@ test = false
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
lazy_static = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue