/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/unit/style/build.rs
8 строк
339 B
Delan Azabani
Move Stylo to its own repo (#31350)
27 фев 2024, 18:39
Не верифицирован
27 фев 2024, 18:39
faf754d
Код
Авторство
О чём код?
/* 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/. */ fn main() { // Dummy build script, just so the code can get env!("OUT_DIR"). println!("cargo:rerun-if-changed=build.rs"); }