Skip to content

Commit b6514b3

Browse files
committedFeb 26, 2025
Hide window upon closing instad of exiting
* Add support for letting the window run as a "background task" * Minor tweaks * `cargo update`
1 parent c6a12d0 commit b6514b3

File tree

4 files changed

+90
-70
lines changed

4 files changed

+90
-70
lines changed
 

‎Cargo.lock

+59-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src-tauri/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ tauri-plugin-shell = "2"
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"
2525
luxafor = { version = "0.3.0", default-features = false, features = ["usb"] }
26+
# clap = {version = "4.5.30", features = ["derive", "cargo", "env"] }
27+
# windows-sys = "0.59.0"

0 commit comments

Comments
 (0)
Please sign in to comment.