bevy/crates/bevy_light/src
atlv 537adcc3f7
bevy_light (#19991)
# Objective

- make lights usable without bevy_render

## Solution

- make a new crate for lights to live in

## Testing

- 3d_scene, lighting, volumetric_fog, ssr, transmission, pcss,
light_textures

Note: no breaking changes because of re-exports, except for light
textures, which were introduced this cycle so it doesn't matter anyways
2025-07-07 00:07:38 +00:00
..
cluster bevy_light (#19991) 2025-07-07 00:07:38 +00:00
ambient_light.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00
cascade.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00
directional_light.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00
lib.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00
point_light.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00
probe.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00
spot_light.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00
volumetric.rs bevy_light (#19991) 2025-07-07 00:07:38 +00:00