Skip to content

Commit

Permalink
bevy_ui::render
Browse files Browse the repository at this point in the history
The size and mixed up responsibilities of `bevy_ui::render::mod.rs` file makes the UI renderer difficult to understand.

This commit splits up mod.rs so that it only contains the code responsible for setting up the render app and moves the rest into new extraction, prepare and queue modules.
  • Loading branch information
ickshonpe committed Jul 20, 2023
1 parent 6f8089d commit 273c373
Show file tree
Hide file tree
Showing 4 changed files with 782 additions and 746 deletions.
Loading

0 comments on commit 273c373

Please sign in to comment.