From 728e5d8395d74e72be86b5fad75acaa6fb219bc7 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 16 May 2026 22:42:51 -0500 Subject: account for latency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8fea9d7..6bbf43f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ egui-baseview = { git = "https://codeberg.org/BillyDM/egui-baseview.git", versio prost = "0.14.3" prost-build = "0.14.3" realfft = { version = "3.5.0", features = ["avx", "neon", "sse"] } -hashbrown = "0.17.1" num-complex = "0.4.6" +rustc-hash = "2.1.2" [build-dependencies] prost-build = "0.14.3" -- cgit v1.2.3