bevy/crates/bevy_winit/src
BD103 a9943e8d2c
Fix beta CI (#12913)
# Objective

- Fixes #12905.

## Solution

- Use proper code `` tags for `TaskPoolBuilder::thread_name`.
- Remove leftover documentation in `TaskPool` referencing the deleted
`TaskPoolInner` struct.
- It may be possible to rephrase this, but I do not know enough about
the task pool to write something. (cc @james7132 who made the change
removing `TaskPoolInner`.)
- Ignore a buggy rustdoc lint that thinks `App` is already in scope for
`UpdateMode` doc. (Extracted from #12692.)
2024-04-09 17:33:59 +00:00
..
accessibility.rs Move accessibility setup to accessibility module (#12784) 2024-03-29 16:02:25 +00:00
converters.rs Add logical key data to KeyboardInput (#11400) 2024-01-22 15:25:17 +00:00
lib.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
system.rs Make CreateWindowParams type and create_windows system public (#12428) 2024-03-12 14:54:06 +00:00
winit_config.rs Fix beta CI (#12913) 2024-04-09 17:33:59 +00:00
winit_event.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
winit_windows.rs Move accessibility setup to accessibility module (#12784) 2024-03-29 16:02:25 +00:00