Com选择优化为下拉框, 修改界面主题

This commit is contained in:
2024-07-10 17:59:49 +08:00
parent db54dc28c0
commit 61b2edca36
5 changed files with 62 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "^1.0.86"
fltk = { version = "^1.4", features = ["fltk-bundled"] }
fltk-theme = "0.7.2"
calamine = "0.25.0"
serialport = "4.4.0"
rusqlite = "0.25.4"
@@ -21,3 +22,8 @@ serde_json="1.0.120"
[build-dependencies]
fl2rust = "0.5.19"
[package.metadata.windows]
# For windows subsystem
link-args = ["/SUBSYSTEM:windows", "/ENTRY:mainCRTStartup"]
subsystem = "windows"