mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Clean up servo-tidy.toml (#30314)
This commit is contained in:
parent
7336aab710
commit
6b0bdf312c
1 changed files with 15 additions and 24 deletions
|
@ -23,10 +23,18 @@ packages = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"base64",
|
"base64",
|
||||||
|
"bitflags",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"cookie",
|
"cookie",
|
||||||
|
"core-foundation",
|
||||||
|
"core-foundation-sys",
|
||||||
|
"futures",
|
||||||
|
"gl_generator",
|
||||||
"itoa",
|
"itoa",
|
||||||
"libloading",
|
"libloading",
|
||||||
|
"lyon_geom",
|
||||||
|
"mio",
|
||||||
|
"nix",
|
||||||
"num-rational",
|
"num-rational",
|
||||||
"redox_syscall",
|
"redox_syscall",
|
||||||
"ron",
|
"ron",
|
||||||
|
@ -34,7 +42,6 @@ packages = [
|
||||||
"time",
|
"time",
|
||||||
"wasi",
|
"wasi",
|
||||||
"wayland-sys",
|
"wayland-sys",
|
||||||
"bitflags",
|
|
||||||
|
|
||||||
# This dependency is for "hermit os" which Servo doesn't support.
|
# This dependency is for "hermit os" which Servo doesn't support.
|
||||||
# Theoretically, it's never fetched.
|
# Theoretically, it's never fetched.
|
||||||
|
@ -46,23 +53,7 @@ packages = [
|
||||||
# Duplicated by rustls and the version of webpki-roots required by async_tungstenite.
|
# Duplicated by rustls and the version of webpki-roots required by async_tungstenite.
|
||||||
"rustls-webpki",
|
"rustls-webpki",
|
||||||
|
|
||||||
# https://github.com/servo/servo/issues/26933
|
# Duplicated by winit.
|
||||||
"futures",
|
|
||||||
"mio",
|
|
||||||
|
|
||||||
# https://github.com/servo/servo/pull/23288#issuecomment-494687746
|
|
||||||
"gl_generator",
|
|
||||||
|
|
||||||
# https://github.com/servo/servo/pull/25518
|
|
||||||
"core-foundation",
|
|
||||||
"core-foundation-sys",
|
|
||||||
"lyon_geom",
|
|
||||||
|
|
||||||
# https://github.com/servo/servo/pull/28236
|
|
||||||
"nix",
|
|
||||||
|
|
||||||
# Duplicated by surfman/wgpu update.
|
|
||||||
"bitflags",
|
|
||||||
"windows-sys",
|
"windows-sys",
|
||||||
"windows-targets",
|
"windows-targets",
|
||||||
"windows_aarch64_gnullvm",
|
"windows_aarch64_gnullvm",
|
||||||
|
@ -70,17 +61,17 @@ packages = [
|
||||||
"windows_i686_gnu",
|
"windows_i686_gnu",
|
||||||
"windows_i686_msvc",
|
"windows_i686_msvc",
|
||||||
"windows_x86_64_gnu",
|
"windows_x86_64_gnu",
|
||||||
"windows_x86_64_msvc",
|
|
||||||
"windows_x86_64_gnullvm",
|
"windows_x86_64_gnullvm",
|
||||||
|
"windows_x86_64_msvc",
|
||||||
|
|
||||||
# wgpu has the latest and greates
|
# wgpu has the latest and greatest.
|
||||||
"paste",
|
|
||||||
"syn",
|
|
||||||
"metal",
|
|
||||||
"foreign-types",
|
"foreign-types",
|
||||||
"foreign-types-shared",
|
"foreign-types-shared",
|
||||||
|
"metal",
|
||||||
|
"paste",
|
||||||
|
"syn",
|
||||||
|
|
||||||
# Temporarily duplicated until gleam can be upgrded.
|
# Duplicated by servo-media.
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
# Files that are ignored for all tidy and lint checks.
|
# Files that are ignored for all tidy and lint checks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue