diff options
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 2d10156ad22..3fa2f036fb8 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -8,4 +8,5 @@ WINDOWS_MSVC = { "moztools": "3.2", "ninja": "1.7.1", "openssl": "111.3.0+1.1.1c-vs2017", + "gstreamer-uwp": "1.16.0.3", } |