diff options
| author | Nathan Perry <np@npry.dev> | 2024-10-24 05:24:43 -0400 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2024-10-24 05:24:43 -0400 |
| commit | 1bd7040efe360789a3f2999948b80498a4528258 (patch) | |
| tree | 9c5d8df34f4046ce2ea1d5316d42ed58f586d7b0 /test_fw/ui/Cargo.toml | |
| parent | cef2afa070cdf935e27a95946977915e25d9d243 (diff) | |
most things working
Diffstat (limited to 'test_fw/ui/Cargo.toml')
| -rw-r--r-- | test_fw/ui/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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" + |
