aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/style/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml
index 4489bece8ad..47a0d4392ef 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -18,8 +18,9 @@ doctest = false
[features]
gecko = ["style_traits/gecko", "fallible/known_system_malloc", "bindgen", "regex", "toml"]
servo = ["serde", "style_traits/servo", "servo_atoms", "servo_config", "html5ever",
- "cssparser/serde", "encoding_rs", "malloc_size_of/servo", "arrayvec/use_union",
- "servo_url", "string_cache", "crossbeam-channel", "to_shmem/servo", "servo_arc/servo"]
+ "cssparser/serde", "encoding_rs", "malloc_size_of/servo", "servo_url",
+ "string_cache", "crossbeam-channel", "to_shmem/servo",
+ "servo_arc/servo"]
servo-layout-2013 = []
servo-layout-2020 = []
gecko_debug = []