Skip to content

Commit

Permalink
feat: Profiling and Performance Improvement (#61)
Browse files Browse the repository at this point in the history
* Added update_chunk_groups
  • Loading branch information
Zac8668 authored Jan 21, 2024
1 parent 64f3743 commit f722c19
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 213 deletions.
114 changes: 114 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ serde-big-array = "0.5.1"
ron = "0.8.1"
bevy-async-task = "1.3.1"

egui = "0.24"
puffin = "0.18"
puffin_egui = "0.24"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
bevy_dylib = "0.12.1"

Expand Down
Loading

0 comments on commit f722c19

Please sign in to comment.