bevy_fast_light 0.8.1

Simple 2D lighting for Bevy focused on performance over features.
Documentation
1
2
3
4
5
6
7
//! Utilities to be used in the crate.

mod prepare;

pub(crate) mod prelude {
    pub(crate) use super::prepare::cached_scaled_2d_texture;
}