diff options
author | Silas Bartha <[email protected]> | 2024-12-12 05:01:24 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-12 05:01:24 -0500 |
commit | cc3e723b25bb3f867be889a80ee9a41f45ddb106 (patch) | |
tree | 49f354dbab4b2b945962bfd37c6b9b6bdd27adee /Cargo.toml | |
parent | ca1ca672d38d1f053adc42df81369be5efa951d6 (diff) |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ [package] name = "bevy_basic_interaction" -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies.bevy] -version = "0.14" +version = "0.15" default-features = false |