diff options
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" |