mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
style: Add a static_prefs
implementation (#31351)
This will eventually be part of the stylo crate and reduces the diff between our verson of style and upstream's.
This commit is contained in:
parent
31596eb10a
commit
61e778c8e8
20 changed files with 200 additions and 147 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -5625,6 +5625,10 @@ version = "1.1.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||||
|
||||
[[package]]
|
||||
name = "static_prefs"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "str-buf"
|
||||
version = "1.0.6"
|
||||
|
@ -5707,6 +5711,7 @@ dependencies = [
|
|||
"smallbitvec",
|
||||
"smallvec",
|
||||
"static_assertions",
|
||||
"static_prefs",
|
||||
"string_cache",
|
||||
"style_derive",
|
||||
"style_traits",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue