Update some dependencies (#2134)

* Update some dependencies

* Update to action v2

* Fix for v2
This commit is contained in:
James Lindsay 2024-12-12 18:28:49 +00:00 committed by GitHub
parent d97b02506e
commit fc0cf604df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1831 additions and 1131 deletions

View file

@ -156,7 +156,7 @@ impl WgpuExecutor {
let render_params = RenderParams {
// We are using an explicit opaque color here to eliminate the alpha premulitplication step
// which would be required to support a transparent webgpu canvas
base_color: vello::peniko::Color::rgb8(0x22, 0x22, 0x22),
base_color: vello::peniko::Color::from_rgba8(0x22, 0x22, 0x22, 0xff),
width,
height,
antialiasing_method: AaConfig::Msaa8,