Move to tracing with tracy support
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled

This commit is contained in:
Florian RICHER 2025-05-30 23:27:03 +02:00
parent 8a57094478
commit d765e78da4
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 369 additions and 158 deletions

View file

@ -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"