/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/webgl/webgl_mode/mod.rs
7 строк
259 B
sagudev
Split webgl into separate crate (#36718)
30 апр 2025, 08:27
Не верифицирован
30 апр 2025, 08:27
955149b
Код
Авторство
О чём код?
/* 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;