Skip to content

Commit

Permalink
Update v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilirad committed Nov 30, 2024
1 parent efcb19c commit d10b1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.13.0-rc.2
## 0.13.0
- Support for Bevy 0.15.0-rc.3.
- `Rectangle` now supports border radii (see `rectangle.rs` example).
- Removed deprecated `SpatialBundle` from `ShapeBundle`: `Transform` and `Visibility` are now added separately.
Expand Down
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ license = "MIT OR Apache-2.0"
name = "bevy_prototype_lyon"
readme = "README.md"
repository = "https://github.com/Nilirad/bevy_prototype_lyon/"
version = "0.13.0-rc.2"
version = "0.13.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
bevy = { version = "0.15.0", default-features = false, features = [
"bevy_sprite",
"bevy_render",
"bevy_core_pipeline",
Expand All @@ -24,7 +24,4 @@ lyon_algorithms = "1"
svgtypes = "0.15"

[dev-dependencies]
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
"x11",
"bevy_asset",
] }
bevy = "0.15.0"

0 comments on commit d10b1e1

Please sign in to comment.