Code quality improvements (#164)
* fix: Implement reflect for FocusedWidget * refactor: using `bevy_math::Rect.contains` implementation to clean up code * fix: clippy is happy now * fix: fmt is happy now * add: Lots of Reflect impls and type registrations * refactor: moved certain type registrations into their own modules
Showing
- src/cosmic_edit.rs 11 additions, 11 deletionssrc/cosmic_edit.rs
- src/cursor.rs 16 additions, 14 deletionssrc/cursor.rs
- src/events.rs 3 additions, 2 deletionssrc/events.rs
- src/focus.rs 4 additions, 2 deletionssrc/focus.rs
- src/input.rs 7 additions, 7 deletionssrc/input.rs
- src/lib.rs 13 additions, 2 deletionssrc/lib.rs
- src/render.rs 1 addition, 0 deletionssrc/render.rs
- src/util.rs 18 additions, 11 deletionssrc/util.rs
- src/widget.rs 5 additions, 3 deletionssrc/widget.rs
Please register or sign in to comment