bevy/crates/bevy_ecs/macros
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
..
src Derive clone_behavior for Components (#18811) 2025-05-06 00:32:59 +00:00
Cargo.toml Improve derive(Event) and simplify macro code (#18083) 2025-03-07 02:01:23 +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