diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-07-03 17:43:57 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-07-03 17:55:17 +0200 |
commit | 49277f5c3f3bb5a9ce2ceeb3f02cd7638a8da1e7 (patch) | |
tree | e051984a9ae1d7c59a5e8d1941eae1aa6a7cf9a6 /components/canvas_traits | |
parent | c19eb800de71bf06736781ca1cf9d57620d66f8d (diff) | |
download | servo-49277f5c3f3bb5a9ce2ceeb3f02cd7638a8da1e7.tar.gz servo-49277f5c3f3bb5a9ce2ceeb3f02cd7638a8da1e7.zip |
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.
Diffstat (limited to 'components/canvas_traits')
-rw-r--r-- | components/canvas_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/canvas_traits/Cargo.toml b/components/canvas_traits/Cargo.toml index 4db44f09eb1..9199be4edf3 100644 --- a/components/canvas_traits/Cargo.toml +++ b/components/canvas_traits/Cargo.toml @@ -29,5 +29,5 @@ servo_config = { path = "../config" } sparkle = { workspace = true } style = { path = "../style" } time = { workspace = true, optional = true } -webrender_api = { git = "https://github.com/servo/webrender" } +webrender_api = { workspace = true } webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] } |