diff options
author | Martin Robinson <mrobinson@igalia.com> | 2025-02-07 12:57:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 11:57:26 +0000 |
commit | 643885e6f14be1afb3f71f80642e9ae3e66216f3 (patch) | |
tree | 086283342a57dbbabf3d3f21258cd82e5e4cfd94 /components/webgpu | |
parent | 4721f47190883fe1946bb938ca367565fb6bd888 (diff) | |
download | servo-643885e6f14be1afb3f71f80642e9ae3e66216f3.tar.gz servo-643885e6f14be1afb3f71f80642e9ae3e66216f3.zip |
deps: Upgrade to `webrender@0.66` (#35325)
In addition to some small API changes, this downstream version of
WebRender no longer depends on a very old version of time. This is the
last step toward removing the dependency on `time0.1`.
The review for this commit should also include: https://github.com/servo/webrender/commit/9f552bebab81a73e62068c42d94be2f9c0586ce4
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/webgpu')
-rw-r--r-- | components/webgpu/swapchain.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/webgpu/swapchain.rs b/components/webgpu/swapchain.rs index cc4a645aba9..4fe6cb60e7f 100644 --- a/components/webgpu/swapchain.rs +++ b/components/webgpu/swapchain.rs @@ -224,6 +224,7 @@ impl ContextData { id: ExternalImageId(context_id.0), channel_index: 0, image_type: ExternalImageType::Buffer, + normalized_uvs: false, }); Self { |