[dependencies.bevy]
default-features = false
features = ["bevy_render", "bevy_core_pipeline", "bevy_pbr", "png"]
version = "0.15"
[lib]
name = "bevy_dither_post_process"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A post-process black and white ordered dithering effect for the Bevy game engine."
edition = "2021"
license = "0BSD OR MIT OR Apache-2.0"
name = "bevy_dither_post_process"
readme = "README.md"
repository = "https://git.exvacuum.dev/bevy_dither_post_process"
version = "0.3.0"