aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/packages.py
blob: bd36d2137f5b6fe37353c743e874d3db311f0a0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.

WINDOWS_MSVC = {
    "cmake": "3.14.3",
    "llvm": "8.0.0",
    "moztools": "3.2",
    "ninja": "1.7.1",
    "nuget": "08-08-2019",
    "openssl": "111.3.0+1.1.1c-vs2017-2019-09-18",
    "gstreamer-uwp": "1.16.0.5",
    "openxr-loader-uwp": "1.0",
    "xargo": "v0.3.16",
}