bevy/crates/bevy_render/src/view
akimakinai 4a013b687a
Use try_insert in on_remove_cursor_icon (#15492)
# Objective

- Fixes #15490 introduced in #15094.

## Solution

- Use non-panicking `try_insert`

## Testing

- Closing window with `CursorIcon` no longer crashes after this change
(confirmed with `window_settings` example)
2024-09-28 12:30:01 +00:00
..
visibility Migrate visibility to required components (#15474) 2024-09-27 19:06:16 +00:00
window Use try_insert in on_remove_cursor_icon (#15492) 2024-09-28 12:30:01 +00:00
mod.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
view.wgsl Normalise matrix naming (#13489) 2024-06-03 16:56:53 +00:00