Skip to content

Commit

Permalink
Move window.rs to window/mod.rs in bevy_render (#9394)
Browse files Browse the repository at this point in the history
# 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
nicopap authored Aug 11, 2023
1 parent 47a5a16 commit da41aa3
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit da41aa3

Please sign in to comment.