chore(math): remove warnings

This commit is contained in:
lisk77 2025-11-02 14:50:00 +01:00
parent 81bc1cb790
commit a2715eafab
8 changed files with 30 additions and 33 deletions

View file

@ -7,4 +7,5 @@ edition = "2021"
comet_log = { path = "../comet_log" }
rand = "0.9.0-beta.1"
image = { version = "0.24", default_features = false, features = ["png", "jpeg", "hdr"] }
chrono = "0.4.40"
chrono = "0.4.40"
serde = { version = "1.0", features = ["derive"] }