- Rename package to KeSp_controller - Version 1.0.0 - GitHub Actions workflow for Linux/Windows/macOS releases - Auto-build on tag push (v*) - Window title and version strings updated Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
293 B
TOML
19 lines
293 B
TOML
[package]
|
|
name = "KeSp_controller"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
slint = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serialport = "4"
|
|
rfd = "0.15"
|
|
|
|
[build-dependencies]
|
|
slint-build = "1"
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
lto = true
|
|
strip = true
|