- README with features, build instructions, usage - GPL-3.0 license (compatible with Slint GPLv3 tier) - Updated Cargo.toml with license, description, repository - Cleaned up .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22 lines
457 B
TOML
22 lines
457 B
TOML
[package]
|
|
name = "KeSp_controller"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
description = "Cross-platform configurator for the KeSp split ergonomic keyboard"
|
|
repository = "https://github.com/mornepousse/KeSp_controller"
|
|
|
|
[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
|