Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move window.rs to window/mod.rs in bevy_render (#9394)
# Objective Bevy prefers `mod.rs` inside `module_name` files over `module_name.rs` collocated with `module_name`. In `bevy_render`, it seems the `window` modules didn't follow this convention ## Solution - Follow the `mod.rs` convention.
- Loading branch information