bevy/crates/bevy_window/src
Zachary Harrold bc13161416
Migrated NonZero* to NonZero<*> (#14978)
# Objective

- Fixes #14974

## Solution

- Replace all* instances of `NonZero*` with `NonZero<*>`

## Testing

- CI passed locally.

---

## Notes

Within the `bevy_reflect` implementations for `std` types,
`impl_reflect_value!()` will continue to use the type aliases instead,
as it inappropriately parses the concrete type parameter as a generic
argument. If the `ZeroablePrimitive` trait was stable, or the macro
could be modified to accept a finite list of types, then we could fully
migrate.
2024-08-30 02:37:47 +00:00
..
event.rs fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00
lib.rs Add custom cursors (#14284) 2024-08-12 15:49:03 +00:00
monitor.rs Expose winit's MonitorHandle (#13669) 2024-08-06 10:54:37 +00:00
raw_handle.rs fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00
system_cursor.rs Add custom cursors (#14284) 2024-08-12 15:49:03 +00:00
system.rs Properly handle repeated window close requests (#14573) 2024-08-01 16:15:28 +00:00
window.rs Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +00:00