This commit is contained in:
2025-07-17 00:02:06 +02:00
commit c7711f075c
4 changed files with 5105 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "sstvr36e"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.28"
egui = "0.28"
rfd = "0.14"
robot36-encoder = { version = "0.2", features = ["image"] }
image = "0.24"
hound = "3.5"
env_logger = "0.10"