aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-02 13:49:58 +0900
committerKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-02 13:49:58 +0900
commitc06c944010057c114e64bfc77df7be06357c9c27 (patch)
tree91852e78a1ec63b9e641557fea9cc7ecee52c459 /components/script
parent1b6715158dd9f04d63545f0c47a4605af3966aa9 (diff)
downloadservo-c06c944010057c114e64bfc77df7be06357c9c27.tar.gz
servo-c06c944010057c114e64bfc77df7be06357c9c27.zip
Support `--features vslatestinstalled`
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 5c9fa86e95f..56e37ce17d8 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -20,6 +20,7 @@ default = ["unrooted_must_root_lint"]
webgl_backtrace = ["backtrace", "canvas_traits/webgl_backtrace"]
js_backtrace = ["backtrace"]
uwp = ["js/uwp"]
+vslatestinstalled = ["js/vslatestinstalled"]
[build-dependencies]
cmake = "0.1"