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:
Martin Robinson 2024-01-30 09:10:13 +01:00 committed by GitHub
parent 9b6c473695
commit 7f0d0830e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1232 changed files with 11 additions and 183095 deletions

View file

@ -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 }