From 10afed368e162ef4598a5a8e134b7dfe0fa78ef4 Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Thu, 12 Oct 2023 15:51:27 +0200 Subject: [PATCH 1/2] Update git hash --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c6d60c..bef5245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition.workspace = true repository.workspace = true [workspace.dependencies] -vello = { git = "https://github.com/linebender/vello", rev = "b0303ccf98df15a8b196272720d364a56f7304ba" } +vello = { git = "https://github.com/linebender/vello.git", rev = "34d313d0decc6c3ddbb9185195356ce5accde305", default-features = false } [dependencies] From 9ba86f1e1ecfb241af2ba88d475753cb58aebe1e Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Fri, 13 Oct 2023 15:23:37 +0200 Subject: [PATCH 2/2] Update to fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bef5245..a4f26b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ vello = { git = "https://github.com/linebender/vello.git", rev = "34d313d0decc6c [dependencies] vello = { workspace = true } -bodymovin = { git = "https://github.com/vectorgameexperts/bodymovin-rs" } +bodymovin = { git = "https://github.com/Traverse-Research/bodymovin-rs.git" }