mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +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
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -341,6 +341,7 @@ dependencies = [
|
|||
name = "base"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"ipc-channel",
|
||||
"lazy_static",
|
||||
"malloc_size_of",
|
||||
|
@ -661,6 +662,7 @@ dependencies = [
|
|||
name = "canvas_traits"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"base",
|
||||
"crossbeam-channel",
|
||||
"euclid",
|
||||
"ipc-channel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue