diff --git a/Cargo.toml b/Cargo.toml index 6e847bb..9be99dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ bevy = { version = "0.13.0", default-features = false, features = [ [package] name = "bevy_vello" -description = "Render Lottie and SVG assets in Bevy with Vello" +description = "Render assets and scenes in Bevy with Vello" authors = [ "Sebastian Hamel ", "Spencer C. Imbleau ", @@ -49,7 +49,7 @@ repository.workspace = true bevy = { workspace = true } vello = "0.1.0" vello_svg = "0.1.0" -velato = { git = "https://github.com/linebender/velato", branch = "issue-14-followup" } +velato = "0.1.0" once_cell = "1.19.0" [dev-dependencies]