mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Build native dependencies with UWP compatibility.
This commit is contained in:
parent
86ad84198e
commit
dcbec3e404
4 changed files with 16 additions and 10 deletions
|
@ -20,6 +20,7 @@ webidl_lint = ["script_plugins/webidl_lint"]
|
|||
default = ["unrooted_must_root_lint", "webidl_lint"]
|
||||
webgl_backtrace = ["backtrace", "canvas_traits/webgl_backtrace"]
|
||||
js_backtrace = ["backtrace"]
|
||||
uwp = ["js/uwp"]
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
|
@ -27,7 +28,7 @@ phf_codegen = "0.7"
|
|||
phf_shared = "0.7"
|
||||
serde_json = "1.0"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
tinyfiledialogs = "3.0"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -25,7 +25,7 @@ layout-2020 = ["layout_thread_2020"]
|
|||
max_log_level = ["log/release_max_level_info"]
|
||||
native-bluetooth = ["bluetooth/native-bluetooth"]
|
||||
no_wgl = ["canvas/no_wgl"]
|
||||
uwp = ["servo_config/uwp"]
|
||||
uwp = ["servo_config/uwp", "script/uwp"]
|
||||
webrender_debugger = ["webrender/debugger"]
|
||||
no_static_freetype = ["webrender/no_static_freetype"]
|
||||
oculusvr = ["webvr/oculusvr"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue