Move to tracing with tracy support
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
This commit is contained in:
parent
8a57094478
commit
d765e78da4
8 changed files with 369 additions and 158 deletions
|
@ -21,8 +21,10 @@ image = { version = "0.25", features = ["png", "jpeg"] }
|
|||
glam = { version = "0.30" }
|
||||
|
||||
# Log and tracing
|
||||
log = "0.4"
|
||||
env_logger = "0.11"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
tracing-log = "0.2"
|
||||
tracing-tracy = "0.11"
|
||||
|
||||
# Random
|
||||
rand = "0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue