Upgrade to Bevy 0.15

This commit is contained in:
Silas Bartha 2024-12-12 05:01:24 -05:00
parent ca1ca672d3
commit cc3e723b25
3 changed files with 1515 additions and 2 deletions

1512
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
[package] [package]
name = "bevy_basic_interaction" name = "bevy_basic_interaction"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
[dependencies.bevy] [dependencies.bevy]
version = "0.14" version = "0.15"
default-features = false default-features = false

View File

@ -11,6 +11,7 @@ This plugin is mostly for my own internal use, but feel free to use it or contri
| Crate Version | Bevy Version | | Crate Version | Bevy Version |
|--- |--- | |--- |--- |
| 0.2 | 0.15 |
| 0.1 | 0.14 | | 0.1 | 0.14 |
## Installation ## Installation