mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Auto merge of #23468 - servo:jdm-patch-52, r=asajeffrey
Add Windows arm64 build. Depends on: * [x] https://github.com/servo/mozjs/pull/184 * [x] https://github.com/servo/rust-mozjs/pull/463 * [ ] <strike>https://github.com/servo/ipc-channel/pull/232</strike> * [x] https://github.com/alexcrichton/cmake-rs/pull/82 * [x] https://github.com/servo/rust-offscreen-rendering-context/pull/136 * [x] https://github.com/servo/mozangle/pull/21 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23468) <!-- Reviewable:end -->
This commit is contained in:
commit
8e783577d2
17 changed files with 338 additions and 246 deletions
|
@ -36,6 +36,7 @@ js_backtrace = ["libservo/js_backtrace"]
|
|||
max_log_level = ["log/release_max_level_info"]
|
||||
native-bluetooth = ["libservo/native-bluetooth"]
|
||||
no_static_freetype = ["libservo/no_static_freetype"]
|
||||
no_wgl = ["libservo/no_wgl"]
|
||||
oculusvr = ["libservo/oculusvr"]
|
||||
raqote_backend = ["libservo/raqote_backend"]
|
||||
webdriver = ["libservo/webdriver"]
|
||||
|
|
|
@ -30,6 +30,7 @@ googlevr = ["simpleservo/googlevr"]
|
|||
js_backtrace = ["simpleservo/js_backtrace"]
|
||||
max_log_level = ["simpleservo/max_log_level"]
|
||||
native-bluetooth = ["simpleservo/native-bluetooth"]
|
||||
no_wgl = ["simpleservo/no_wgl"]
|
||||
oculusvr = ["simpleservo/oculusvr"]
|
||||
raqote_backend = ["simpleservo/raqote_backend"]
|
||||
unstable = ["simpleservo/unstable"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue