mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Disable WebRender debugger and upgrade webxr / media / rand (#30190)
Now that our dependencies are using a newer version of rand we can upgrade. This change also disables the WebRender debugger feature because it has been removed in later versions of WebRender and allows deduplicated the rand dependency as well as quite a few others.
This commit is contained in:
parent
41ae460270
commit
acf7fdb90c
6 changed files with 71 additions and 324 deletions
|
@ -14,6 +14,6 @@ path = "lib.rs"
|
|||
lazy_static = { workspace = true }
|
||||
log = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
rand_core = "0.5"
|
||||
rand_isaac = "0.2"
|
||||
rand_core = { workspace = true }
|
||||
rand_isaac = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue