mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Simplify build process for UWP app.
This commit is contained in:
parent
f2e0870e60
commit
7a3d346087
8 changed files with 39 additions and 5 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue