mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-26 07:54:07 +00:00
Update some dependencies (#2134)
* Update some dependencies * Update to action v2 * Fix for v2
This commit is contained in:
parent
d97b02506e
commit
fc0cf604df
17 changed files with 1831 additions and 1131 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue