mirror of
https://github.com/servo/servo.git
synced 2025-08-29 17:18:23 +01:00
Disable WGL for Windows arm64.
This commit is contained in:
parent
b19cd5eb3a
commit
385b46cff7
7 changed files with 17 additions and 2 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