17 lines
288 B
TOML
17 lines
288 B
TOML
[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"
|
|
rodio = "0.21.1"
|
|
imageproc = "0.25.0"
|
|
rusttype = "0.9.3"
|