diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-10-02 13:49:58 +0900 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-10-02 13:49:58 +0900 |
commit | c06c944010057c114e64bfc77df7be06357c9c27 (patch) | |
tree | 91852e78a1ec63b9e641557fea9cc7ecee52c459 /components/script | |
parent | 1b6715158dd9f04d63545f0c47a4605af3966aa9 (diff) | |
download | servo-c06c944010057c114e64bfc77df7be06357c9c27.tar.gz servo-c06c944010057c114e64bfc77df7be06357c9c27.zip |
Support `--features vslatestinstalled`
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 1 |
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" |