init from q3k's code dump

This commit is contained in:
Serge Bazanski 2026-02-21 23:04:37 +01:00
commit bdc3a8e3ae
7 changed files with 4491 additions and 0 deletions

13
hostcontrol/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "hostcontrol"
version = "0.1.0"
edition = "2021"
[dependencies]
nalgebra = { version = "0.33" }
serialport = { version = "4", default-features = false }
thiserror = "2"
nalgebra-macros = "^0.2.2"
env_logger = "0.11.8"
egui = "0.31.1"
eframe = "0.31.1"