diff options
author | Silas Bartha <[email protected]> | 2024-12-11 02:03:02 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 02:03:02 -0500 |
commit | 21c5461abdf9d988b6cc98af9392670e726742d3 (patch) | |
tree | c090ff49af51158e7ccc8b7e21fc62c49cd644eb /Cargo.toml | |
parent | 1242f8352a3777ae20a3a24df5fc707e3f3c1ee0 (diff) |
Upgraded to Bevy 0.15v0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,11 +1,12 @@ [package] name = "bevy_outline_post_process" -version = "0.3.1" +version = "0.4.0" edition = "2021" description = "An adaptive outline post-processing effect for the Bevy game engine." license = "0BSD OR MIT OR Apache-2.0" +repository = "https://git.exvacuum.dev/bevy_outline_post_process" [dependencies.bevy] -version = "0.14" +version = "0.15" default-features = false -features = ["bevy_render", "bevy_asset", "bevy_core_pipeline"] +features = ["bevy_render", "bevy_asset", "bevy_core_pipeline", "png"] |