mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
deps: Stop vendoring WebRender (#31212)
The new strategy for dependencies with upstream in Gecko is to manage them in separate repositories, which will more easily allow rebasing our changes on top of newer Gecko work.
This commit is contained in:
parent
9b6c473695
commit
7f0d0830e7
1232 changed files with 11 additions and 183095 deletions
|
@ -38,4 +38,4 @@ servo_rand = { path = "../../rand" }
|
|||
servo_url = { path = "../../url" }
|
||||
url = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
webrender_api = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue