Skip to content

Commit

Permalink
Merge pull request #115 from janhohenheim/patch-1
Browse files Browse the repository at this point in the history
Filter out trace calls on compile time
  • Loading branch information
NiklasEi authored Jul 3, 2024
2 parents 3bd3aa2 + 6d3cdbc commit 0a24077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ webbrowser = { version = "0.8", features = ["hardened"] }
# keep the following in sync with Bevy's dependencies
winit = { version = "0.29", default-features = false }
image = { version = "0.24", default-features = false }
## This greatly improves WGPU's performance due to its heavy use of trace! calls
log = { version = "0.4", features = ["max_level_debug", "release_max_level_warn"] }

[build-dependencies]
embed-resource = "1"

0 comments on commit 0a24077

Please sign in to comment.