Simplify build process for UWP app.

This commit is contained in:
Josh Matthews 2019-06-28 16:48:26 -04:00 committed by Paul Rouget
parent f2e0870e60
commit 7a3d346087
8 changed files with 39 additions and 5 deletions

View file

@ -15,6 +15,7 @@ crate-type = ["rlib"]
canvas2d-azure = ["canvas/canvas2d-azure"]
canvas2d-raqote = ["canvas/canvas2d-raqote"]
debugmozjs = ["script/debugmozjs"]
egl = ["mozangle/egl"]
energy-profiling = ["profile_traits/energy-profiling"]
profilemozjs = ["script/profilemozjs"]
googlevr = ["webvr/googlevr"]
@ -85,4 +86,4 @@ git = "https://github.com/servo/media"
git = "https://github.com/servo/media"
[target.'cfg(target_os = "windows")'.dependencies]
mozangle = { version = "0.2", features = ["egl"] }
mozangle = {version = "0.2"}