Added cross-OS win

This commit is contained in:
Martino Ferrari
2026-03-06 09:34:37 +01:00
parent 27352603df
commit 0d2e5c521a
33 changed files with 5315 additions and 0 deletions

12
hmi_gui/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "esp32p4-waveform-gui"
version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.27.2"
serialport = "4.3.0"
egui = "0.27.2"
log = "0.4"
env_logger = "0.11"
crossbeam-channel = "0.5"