/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_webgpu/Cargo.toml
34 строки
908 B
Narfinger
script: Move GPUAdapter, GPUSupportedFeatures, GPUSupportedLimits and WGSLLanguageFeatures to script_webgpu (#46964)
10 авг 2026, 21:29
Не верифицирован
10 авг 2026, 21:29
e4c9034
Код
Авторство
О чём код?
[package] name = "servo-script-webgpu" build = "build.rs" version.workspace = true authors.workspace = true license.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true repository.workspace = true description.workspace = true [lib] name = "script_webgpu" path = "lib.rs" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crown)'] } [dependencies] deny_public_fields = { workspace = true } dom_struct = { workspace = true } indexmap = { workspace = true } js = { workspace = true } jstraceable_derive = { workspace = true } log = { workspace = true } script_bindings = { workspace = true } malloc_size_of = { workspace = true } malloc_size_of_derive = { workspace = true } num-traits = { workspace = true } servo-base = { workspace = true } webgpu_traits = { workspace = true } wgpu-core = { workspace = true } wgpu-types = { workspace = true }