mirror of
https://github.com/servo/servo.git
synced 2025-07-14 19:03:40 +01:00
Remove the glutin_app feature from the servo crate.
The dependency is used unconditionally.
This commit is contained in:
parent
47387a5c44
commit
bab5c27487
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ doc = false
|
|||
bench = false
|
||||
|
||||
[features]
|
||||
default = ["glutin_app", "webdriver", "max_log_level"]
|
||||
default = ["webdriver", "max_log_level"]
|
||||
max_log_level = ["log/release_max_level_info"]
|
||||
webdriver = ["webdriver_server"]
|
||||
energy-profiling = ["profile_traits/energy-profiling"]
|
||||
|
@ -65,7 +65,7 @@ canvas_traits = {path = "../canvas_traits"}
|
|||
devtools = {path = "../devtools"}
|
||||
webdriver_server = {path = "../webdriver_server", optional = true}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
glutin_app = {path = "../../ports/glutin", optional = true}
|
||||
glutin_app = {path = "../../ports/glutin"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
gleam = "0.2"
|
||||
browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "gh-pages"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue