Skip to content

Commit

Permalink
Bump bevy to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Nov 4, 2023
1 parent 401bcf9 commit b69f937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_mod_raycast"
version = "0.15.0"
version = "0.16.0"
authors = ["Aevyrie <aevyrie@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,14 +11,14 @@ categories = ["game-engines", "rendering"]
resolver = "2"

[dependencies]
bevy = { version = "0.11", default-features = false, features = [
bevy = { version = "0.12", default-features = false, features = [
"bevy_render",
"bevy_asset",
] }
crossbeam-channel = "0.5"

[dev-dependencies]
bevy = { version = "0.11", default-features = true, features = [
bevy = { version = "0.12", default-features = true, features = [
"default_font",
"ktx2",
"tonemapping_luts",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ fn my_raycast_system(mut raycast: Raycast) {

<details>
<summary><h2>Bevy Version Support</h2></summary>
I intend to track the `main` branch of Bevy. PRs supporting this are welcome!
I intend to track the `main` branch of Bevy. PRs supporting this are welcome!

| bevy | bevy_mod_raycast |
| ---- | ---------------- |
| 0.12 | 0.16 |
| 0.11 | 0.9 - 0.15 |
| 0.10 | 0.8 |
| 0.9 | 0.7 |
Expand Down

0 comments on commit b69f937

Please sign in to comment.