bevy/crates/bevy_gilrs/src
Zachary Harrold a6adced9ed
Deny derive_more error feature and replace it with thiserror (#16684)
# Objective

- Remove `derive_more`'s error derivation and replace it with
`thiserror`

## Solution

- Added `derive_more`'s `error` feature to `deny.toml` to prevent it
sneaking back in.
- Reverted to `thiserror` error derivation

## Notes

Merge conflicts were too numerous to revert the individual changes, so
this reversion was done manually. Please scrutinise carefully during
review.
2024-12-06 17:03:55 +00:00
..
converter.rs Implement gamepads as entities (#12770) 2024-09-27 20:07:20 +00:00
gilrs_system.rs Use Name component for gamepad (#16233) 2024-11-05 00:30:48 +00:00
lib.rs Implement gamepads as entities (#12770) 2024-09-27 20:07:20 +00:00
rumble.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00