diff --git a/Cargo.toml b/Cargo.toml index 5f01549..b8aec4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_raycast" -version = "0.15.0" +version = "0.16.0" authors = ["Aevyrie "] edition = "2021" license = "MIT" @@ -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", diff --git a/README.md b/README.md index d39ddf6..ccf1511 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,11 @@ fn my_raycast_system(mut raycast: Raycast) {

Bevy Version Support

-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 |