mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Organize component Cargo.toml dependencies (#36224)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
b445053a7c
commit
1aac377e62
20 changed files with 66 additions and 65 deletions
|
@ -25,15 +25,15 @@ ipc = ["webxr-api/ipc", "serde"]
|
|||
openxr-api = ["angle", "openxr", "winapi", "wio", "surfman/sm-angle-default"]
|
||||
|
||||
[dependencies]
|
||||
webxr-api = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
glow = { workspace = true }
|
||||
log = { workspace = true }
|
||||
openxr = { workspace = true, optional = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
glow = { workspace = true }
|
||||
raw-window-handle = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue