nannou-org/nannou

Remove deprecated `Camera3dBundle`, `DirectionalLightBundle` from `nannou` crate

Open

#1,009 opened on Mar 5, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (4,662 stars) (254 forks)batch import
bevyhelp wanted

Description

Bevy says these were deprecated in favour of using the assets directly now that all of the components are automatically inserted alongside the assets. It's not super clear to me how we'll go about updating for this though 🤔

Contributor guide