mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Clean up unused dependencies / features and centralize more feature selection into root Cargo.toml
(#37720)
- Make feature flag of smallvec global. - Removed unused dependency of thinvec. - Removed unused flag of hyper-util. Reduces the binary size by an astonishing 3.352k. Testing: Compilation 'tests' this change. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
c8132137cd
commit
4d35b69ffe
6 changed files with 4 additions and 32 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -7595,7 +7595,6 @@ dependencies = [
|
|||
"stylo_dom",
|
||||
"stylo_malloc_size_of",
|
||||
"taffy",
|
||||
"thin-vec",
|
||||
"tokio",
|
||||
"unicode-bidi",
|
||||
"unicode-script",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue