bevy/crates/bevy_render
Tim Overbeek 60cdefd128
Derive clone_behavior for Components (#18811)
Allow Derive(Component) to specify a clone_behavior

```rust
#[derive(Component)]
#[component(clone_behavior = Ignore)]
MyComponent;
```
2025-05-06 00:32:59 +00:00
..
macros Add bindless support back to ExtendedMaterial. (#18025) 2025-04-09 15:34:44 +00:00
src Derive clone_behavior for Components (#18811) 2025-05-06 00:32:59 +00:00
Cargo.toml Update ktx2 to 0.4.0 (#19073) 2025-05-05 16:42:36 +00:00
LICENSE-APACHE Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
LICENSE-MIT Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
README.md

Bevy Render

License Crates.io Downloads Docs Discord