Add debug plots

This commit is contained in:
2024-05-12 15:17:06 -04:00
parent fc9e04ffd2
commit 162220aa72
5 changed files with 134 additions and 5 deletions

10
Cargo.lock generated
View File

@@ -1013,6 +1013,15 @@ dependencies = [
"web-sys",
]
[[package]]
name = "egui_plot"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7854b86dc1c2d352c5270db3d600011daa913d6b554141a03939761323288a1"
dependencies = [
"egui",
]
[[package]]
name = "either"
version = "1.11.0"
@@ -2828,6 +2837,7 @@ dependencies = [
"cpal",
"eframe",
"egui",
"egui_plot",
"env_logger",
"log",
"realfft",