diff --git a/Cargo.toml b/Cargo.toml index 913967b..54890d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ all-features = true targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [dependencies] +time = "0.3.36" # to fix an upstream clippy issue futures-executor = "0.3.30" egui = "0.27.0" eframe = { version = "0.27.0", default-features = false, features = [