Skip to content

Commit

Permalink
Merge pull request #1 from dan-online/main
Browse files Browse the repository at this point in the history
feat(suspend): Add PSSuspend to pause applications while hidden
  • Loading branch information
Om-Thorat authored Apr 2, 2023
2 parents decd40a + aaf9a21 commit e78fc99
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 63 deletions.
100 changes: 96 additions & 4 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ edition = "2021"

[build-dependencies]
tauri-build = { version = "1.2", features = [] }
embed-resource = "2.1"

[dependencies]
tauri = { version = "1.2", features = ["shell-open", "system-tray", "window-close", "window-hide", "window-maximize", "window-minimize", "window-set-always-on-top", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
tauri = { version = "1.2", features = ["shell-open", "shell-sidecar", "system-tray", "window-close", "window-hide", "window-maximize", "window-minimize", "window-set-always-on-top", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
screenshots = "0.5.3"
base64 = "0.21.0"



[dependencies.windows]
version = "0.46.0"
features = [
Expand Down
Binary file not shown.
Loading

0 comments on commit e78fc99

Please sign in to comment.