mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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
|
@ -15,6 +15,7 @@ webgl_backtrace = []
|
|||
xr-profile = ["webxr-api/profile", "time"]
|
||||
|
||||
[dependencies]
|
||||
base = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue