Skip to content

Commit

Permalink
use official bevy 0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jul 9, 2023
1 parent 7ecd726 commit b657ca6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ categories = ["game-engines", "rendering"]
resolver = "2"

[dependencies]
bevy = { version = "0.11.0-dev", default-features = false, features = [
bevy = { version = "0.11", default-features = false, features = [
"bevy_render",
"bevy_asset",
] }

[dev-dependencies]
bevy = { version = "0.11.0-dev", default-features = false, features = [
bevy = { version = "0.11", default-features = false, features = [
"bevy_pbr",
"bevy_winit",
"bevy_ui",
Expand All @@ -37,6 +37,3 @@ debug = ["bevy/bevy_pbr"]
[[bench]]
name = "ray_mesh_intersection"
harness = false

[patch.crates-io]
bevy = { git = 'https://github.com/bevyengine/bevy.git', branch = 'main' }

0 comments on commit b657ca6

Please sign in to comment.