mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
shell: set no-wgl
flag in servoshell instead (#32753)
* Set no-wgl flag in servoshell instead Signed-off-by: Wu Yu Wei <yuweiwu@pm.me> * Remove unused comment Signed-off-by: Wu Yu Wei <yuweiwu@pm.me> --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
This commit is contained in:
parent
313536fd82
commit
3e163bfcdb
6 changed files with 14 additions and 16 deletions
|
@ -45,7 +45,6 @@ max_log_level = ["log/release_max_level_info"]
|
|||
media-gstreamer = ["libservo/media-gstreamer"]
|
||||
multiview = ["libservo/multiview"]
|
||||
native-bluetooth = ["libservo/native-bluetooth"]
|
||||
no-wgl = ["libservo/no-wgl"]
|
||||
profilemozjs = ["libservo/profilemozjs"]
|
||||
refcell_backtrace = ["libservo/refcell_backtrace"]
|
||||
webdriver = ["libservo/webdriver"]
|
||||
|
@ -116,3 +115,4 @@ sig = "1.0"
|
|||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
windows-sys = { workspace = true, features = ["Win32_Graphics_Gdi"] }
|
||||
libservo = { path = "../../components/servo", features = ["no-wgl"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue