diff options
author | Silas Bartha <[email protected]> | 2024-07-21 19:27:11 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-07-21 19:27:11 -0400 |
commit | 56aee7bc7c5ee71de8e5d6997e877759b5d9e9b7 (patch) | |
tree | caa87a9af161fdfc795dfe197054b189ebdfacbf /Cargo.toml | |
parent | 347594e4217c8947dfae0faf888f1ded7c0329e5 (diff) |
Update to 0.14 + Add 0BSD option0.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "bevy_dither_post_process" -version = "0.1.4" +version = "0.2.0" edition = "2021" [dependencies.bevy] -version = "0.13" +version = "0.14" |