From 1bd7040efe360789a3f2999948b80498a4528258 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 24 Oct 2024 05:24:43 -0400 Subject: most things working --- test_fw/ui/Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test_fw/ui/Cargo.toml (limited to 'test_fw/ui/Cargo.toml') diff --git a/test_fw/ui/Cargo.toml b/test_fw/ui/Cargo.toml new file mode 100644 index 0000000..182ea64 --- /dev/null +++ b/test_fw/ui/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "ocu_test_ui" +version = "0.1.0" +edition = "2021" + +[dependencies] +chrono = "0.4.38" +plotters = "0.3.7" +plotters-backend = "0.3.7" +iced = { version = "0.13", features = ["canvas", "tokio"] } +serialport = "4.6" +plotters-iced = "0.11" +eyre = "0.6" +tokio = { version = "1.41", features = ["full"] } +tokio-serial = "5.4" + -- cgit v1.3.1