mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Cargo.toml cleanup (#39403)
Cargo.toml cleanups. Mostly ordering fixes. Testing: No tests for Cargo.toml edits. --------- Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
0de0f741b6
commit
5a0332f57e
27 changed files with 80 additions and 82 deletions
|
@ -17,12 +17,12 @@ path = "lib.rs"
|
|||
|
||||
[features]
|
||||
default = ["x11"]
|
||||
x11 = ["surfman/sm-x11"]
|
||||
angle = ["surfman/sm-angle"]
|
||||
glwindow = []
|
||||
headless = []
|
||||
ipc = ["webxr-api/ipc", "serde"]
|
||||
openxr-api = ["angle", "openxr", "winapi", "wio", "surfman/sm-angle-default"]
|
||||
x11 = ["surfman/sm-x11"]
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = { workspace = true }
|
||||
|
@ -36,5 +36,5 @@ surfman = { workspace = true, features = ["chains", "sm-raw-window-handle-06"] }
|
|||
webxr-api = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { workspace = true, features = ["dxgi", "d3d11", "winerror"], optional = true }
|
||||
winapi = { workspace = true, features = ["d3d11", "dxgi", "winerror"], optional = true }
|
||||
wio = { workspace = true, optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue