/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
crates/tauri-schema-generator/src/main.rs
12 строк
389 B
Liigo Zhuang
docs: Remove header images from inline docs (#11749)
21 ноя 2024, 15:48
Не верифицирован
21 ноя 2024, 15:48
7a9b920
Код
Авторство
О чём код?
// Copyright 2019-2024 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT //! Hosts the schema for the Tauri configuration file. #![doc( html_logo_url = "https://github.com/tauri-apps/tauri/raw/dev/.github/icon.png", html_favicon_url = "https://github.com/tauri-apps/tauri/raw/dev/.github/icon.png" )] fn main() {}