bevy/crates/bevy_picking
Andrew Hickman 9afa86ec9a Add type registration for PickingInteraction (#17372)
I noticed that this component was not being returned correctly by the
`bevy_remote` api

```json
"errors": {
  "bevy_picking::focus::PickingInteraction": {
    "code": -23402,
    "message": "Unknown component type: `bevy_picking::focus::PickingInteraction`"
  }
}
```
2025-02-06 22:31:23 +01:00
..
src Add type registration for PickingInteraction (#17372) 2025-02-06 22:31:23 +01:00
Cargo.toml Release 0.15.1 2025-01-03 19:43:53 +01:00
README.md

Bevy Picking