diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-16 22:42:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-16 22:42:51 -0500 |
| commit | 728e5d8395d74e72be86b5fad75acaa6fb219bc7 (patch) | |
| tree | 3d29f165048af2ddc1f068c0a7675f3d7da510d6 /Cargo.toml | |
| parent | 12ae71759075a98deed5728d972c50e7131c726f (diff) | |
account for latency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
