From 5e06a4f1c188787717af087746689ed293b6262c Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Mon, 6 Mar 2023 11:12:23 -0500 Subject: [PATCH] update peniko dependency for Sync + Send on Blob --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bf7c6f..07322db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ parking_lot = "0.12" bytemuck = { version = "1.12.1", features = ["derive"] } smallvec = "1.8.0" moscato = { git = "https://github.com/dfrg/pinot", rev = "59db153" } -peniko = { git = "https://github.com/linebender/peniko", rev = "882882c" } +peniko = { git = "https://github.com/linebender/peniko", rev = "9526fb1afa85493cf537afac76c1e38dc7c76d23" } [workspace.dependencies] wgpu = "0.15"