Skip to content

Commit

Permalink
Implement custom win delegates on macOS, remove plugin decorum
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEeleeya committed Oct 21, 2024
1 parent 86c5fe6 commit 25b1889
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 192 deletions.
148 changes: 2 additions & 146 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tauri-plugin-shell = "2.0.0-rc"
tauri-plugin-store = "2.0.0-rc.0"
tauri-plugin-os = "2.0.0-rc.0"
tauri-plugin-process = "2.0.0-rc.0"
tauri-plugin-decorum = "1.1.1"
# tauri-plugin-decorum = "1.1.1"
tauri-plugin-dialog = "2.0.0-rc.0"
tauri-plugin-notification = "2.0.0-rc.0"
tauri-plugin-updater = "2.0.0-rc.0"
Expand Down Expand Up @@ -79,6 +79,7 @@ nokhwa = { git = "https://github.com/CapSoftware/nokhwa", branch = "brendonovich
"input-native",
"serialize",
] }
rand = "0.8.5"

[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.24.0"
Expand Down
Loading

0 comments on commit 25b1889

Please sign in to comment.