Auto merge of #29961 - mrobinson:vendor-webrender, r=atbakhi

Vendor the current version of WebRender

This is a step toward upgrading WebRender, which will be upgraded and
patched in the `third_party` directory. This change vendors the current
private branch of WebRender that we use and adds a `patches` directory
which tracks the changes on top of the upstream WebRender commit
described by third_party/webrender/patches/head.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they do not change behavior.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2023-07-04 15:10:14 +02:00 committed by GitHub
commit 041d95e0f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1215 changed files with 185677 additions and 34 deletions

View file

@ -44,7 +44,7 @@ servo_url = { path = "../url" }
style = { path = "../style", features = ["servo", "servo-layout-2020"] }
style_traits = { path = "../style_traits" }
unicode-script = { workspace = true }
webrender_api = { git = "https://github.com/servo/webrender" }
webrender_api = { workspace = true }
[dev-dependencies]
lazy_static = { workspace = true }