bevy_magic_light_2d 0.8.1

Experimental dynamic 2D global illumination system for Bevy, based on SDF ray-marching and screen space irradiance cache probes
1
2
3
4
5
6
7
8
9
10
imports_granularity = "Module"

reorder_imports = true

group_imports = "StdExternalCrate"

brace_style = "AlwaysNextLine"

control_brace_style = "AlwaysSameLine"

newline_style = "Unix"

unstable_features = true

imports_layout = "HorizontalVertical"

struct_field_align_threshold = 64

enum_discrim_align_threshold = 64