bevy/crates/bevy_window/src
AlephCubed cf6c65522f
Derived Default for all public unit components. (#17139)
Derived `Default` for all public unit structs that already derive from
`Component`. This allows them to be used more easily as required
components.
To avoid clutter in tests/examples, only public components were
affected, but this could easily be expanded to affect all unit
components.

Fixes #17052.
2025-01-05 02:45:09 +00:00
..
event.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
lib.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
monitor.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
raw_handle.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
system_cursor.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
system.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
window.rs Derived Default for all public unit components. (#17139) 2025-01-05 02:45:09 +00:00