forked from fafo/microscope-control
init from q3k's code dump
This commit is contained in:
commit
bdc3a8e3ae
7 changed files with 4491 additions and 0 deletions
13
hostcontrol/Cargo.toml
Normal file
13
hostcontrol/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue