/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/webgl/lib.rs
13 строк
355 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/. */ #![deny(unsafe_code)] pub use webgl_mode::WebGLComm; mod webgl_limits; mod webgl_mode; pub mod webgl_thread; #[cfg(feature = "webxr")] mod webxr;