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:
Ngo Iok Ui (Wu Yu Wei) 2024-05-24 15:13:20 +09:00 committed by GitHub
parent fc08bd1aa7
commit b1031d68c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 164 additions and 244 deletions

View file

@ -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 }