mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Co-authored-by: Alan Jeffrey <ajeffrey@mozilla.com> Co-authored-by: Zakor Gyula <gyula.zakor@h-lab.eu> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
7 lines
259 B
Rust
7 lines
259 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
|
|
mod inprocess;
|
|
|
|
pub use self::inprocess::WebGLComm;
|