From 690aa1317c1a4242cdd400b08e6082f372e6c090 Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Mon, 7 Aug 2023 17:11:37 -0400 Subject: [PATCH] update rev for merged vello PR --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18c3f468b..7cbeddd46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2337,7 +2337,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "vello" version = "0.0.1" -source = "git+https://github.com/linebender/vello?rev=d2f190e486a57b6ab06c843756fe28f9038bd587#d2f190e486a57b6ab06c843756fe28f9038bd587" +source = "git+https://github.com/linebender/vello?rev=9d7c4f00d8db420337706771a37937e9025e089c#9d7c4f00d8db420337706771a37937e9025e089c" dependencies = [ "bytemuck", "fello", @@ -2351,7 +2351,7 @@ dependencies = [ [[package]] name = "vello_encoding" version = "0.1.0" -source = "git+https://github.com/linebender/vello?rev=d2f190e486a57b6ab06c843756fe28f9038bd587#d2f190e486a57b6ab06c843756fe28f9038bd587" +source = "git+https://github.com/linebender/vello?rev=9d7c4f00d8db420337706771a37937e9025e089c#9d7c4f00d8db420337706771a37937e9025e089c" dependencies = [ "bytemuck", "fello", diff --git a/Cargo.toml b/Cargo.toml index f151e32ae..c2ae73f90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ wayland = ["glazier/wayland"] [dependencies] xilem_core.workspace = true -vello = { git = "https://github.com/linebender/vello", rev = "d2f190e486a57b6ab06c843756fe28f9038bd587" } +vello = { git = "https://github.com/linebender/vello", rev = "9d7c4f00d8db420337706771a37937e9025e089c" } wgpu = "0.17.0" parley = { git = "https://github.com/dfrg/parley", rev = "2371bf4b702ec91edee2d58ffb2d432539580e1e" } tokio = { version = "1.21", features = ["full"] }