Updated Cargo.toml repo

This commit is contained in:
Silas Bartha 2025-04-02 19:42:14 -04:00
parent 8da65d0246
commit 73e8ea31c3

View File

@ -4,7 +4,7 @@ version = "0.3.1"
edition = "2021" edition = "2021"
description = "A post-process black and white ordered dithering effect for the Bevy game engine." description = "A post-process black and white ordered dithering effect for the Bevy game engine."
license = "0BSD OR MIT OR Apache-2.0" license = "0BSD OR MIT OR Apache-2.0"
repository = "https://git.exvacuum.dev/bevy_dither_post_process" repository = "https://git.soaos.dev/soaos/bevy_dither_post_process"
[dependencies.bevy] [dependencies.bevy]
version = "0.15" version = "0.15"