diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-09-11 16:12:33 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-10-12 10:19:26 -0400 |
commit | 5367da98f86fa0fd033791bc8f48b640e31bba91 (patch) | |
tree | 59484cb450732fbca0d06217ac01acf13fe68423 /python/servo/packages.py | |
parent | 723df4abcf90d626cb7232e40c9bcef449ebd334 (diff) | |
download | servo-5367da98f86fa0fd033791bc8f48b640e31bba91.tar.gz servo-5367da98f86fa0fd033791bc8f48b640e31bba91.zip |
Support building UWP with native UWP rustc target.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 0af54b4aad5..bd36d2137f5 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -11,4 +11,5 @@ WINDOWS_MSVC = { "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", } |