Skip to content

Commit

Permalink
build: prep for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Mar 26, 2024
1 parent 76b6412 commit 8130962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Spencer C. Imbleau <[email protected]>",
Expand All @@ -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]
Expand Down

0 comments on commit 8130962

Please sign in to comment.