diff --git a/Cargo.toml b/Cargo.toml index 9c6d60c..a4f26b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,9 @@ 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] vello = { workspace = true } -bodymovin = { git = "https://github.com/vectorgameexperts/bodymovin-rs" } +bodymovin = { git = "https://github.com/Traverse-Research/bodymovin-rs.git" }