Skip to content

Commit

Permalink
Update for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
komadori committed Jul 5, 2024
1 parent 24d8f70 commit d24b2ea
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 @@ -11,7 +11,7 @@ keywords = ["gamedev", "bevy", "outline"]
categories = ["game-engines", "rendering"]

[dependencies]
bevy = { version = "0.14.0-rc.4", default-features = false, features = [
bevy = { version = "0.14", default-features = false, features = [
"bevy_asset",
"bevy_render",
"bevy_scene",
Expand All @@ -25,7 +25,7 @@ nonmax = "0.5"
wgpu-types = "0.20"

[dev-dependencies]
bevy = { version = "0.14.0-rc.4", default-features = false, features = [
bevy = { version = "0.14", default-features = false, features = [
"animation",
"bevy_gltf",
"bevy_pbr",
Expand Down

0 comments on commit d24b2ea

Please sign in to comment.