mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +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
10
Cargo.toml
10
Cargo.toml
|
@ -111,8 +111,8 @@ uuid = { version = "1.7.0", features = ["v4"] }
|
|||
webdriver = "0.49.0"
|
||||
webpki = "0.22"
|
||||
webpki-roots = "0.25"
|
||||
webrender = { git = "https://github.com/servo/webrender", features = ["capture"] }
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
webrender = { git = "https://github.com/servo/webrender", rev = "f91b68a61", features = ["capture"] }
|
||||
webrender_api = { git = "https://github.com/servo/webrender", rev = "f91b68a61" }
|
||||
webrender_traits = { path = "components/shared/webrender" }
|
||||
wgpu-core = "0.18"
|
||||
wgpu-types = "0.18"
|
||||
|
@ -141,9 +141,3 @@ debug-assertions = false
|
|||
#
|
||||
# [patch."https://github.com/servo/<repository>"]
|
||||
# <crate> = { path = "/path/to/local/checkout" }
|
||||
|
||||
# This is required because we want all dependencies that use WebRender to
|
||||
# use our vendored version.
|
||||
[patch."https://github.com/servo/webrender"]
|
||||
webrender = { path = "third_party/webrender/webrender" }
|
||||
webrender_api = { path = "third_party/webrender/webrender_api" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue