update peniko dependency for Sync + Send on Blob

This commit is contained in:
Chad Brokaw 2023-03-06 11:12:23 -05:00
parent 5e216adfa8
commit 5e06a4f1c1

View file

@ -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"