Use native Slint MenuBar (macOS compatible - menu at top of screen)

This commit is contained in:
accusys
2026-03-29 16:29:38 +08:00
parent 287a3423ba
commit c6db34516a
2 changed files with 30 additions and 80 deletions

View File

@@ -11,7 +11,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
path = "src/lib.rs"
[dependencies]
slint = "1.7"
slint = "1.15"
tokio = { version = "1.42", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"