/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/default-resources/Cargo.toml
16 строк
333 B
Jonathan Schwender
Embed default resources in Servo applications using a `servo-default-resources` crate (#43182)
01 апр 2026, 10:16
Не верифицирован
01 апр 2026, 10:16
f4877c1
Код
Авторство
О чём код?
[package] name = "servo-default-resources" version.workspace = true authors.workspace = true repository.workspace = true description.workspace = true license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true [lib] path = "lib.rs" [dependencies] embedder_traits = { workspace = true }