Skip to content

Commit

Permalink
More macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
LucFauvel committed Aug 18, 2024
1 parent 859d9aa commit 4aab255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.86"
# macos dependencies
[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2.7"
cocoa = "0.25.0"
cocoa = "0.26.0"
tauri-nspanel = { git = "https://github.com/ahkohd/tauri-nspanel", branch = "v2" }
system-notification = { git = "https://github.com/ahkohd/tauri-toolkit", branch = "v2" }

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use window_custom::macos::WebviewWindowExtMacos;
use system_notification::WorkspaceListener;

#[cfg(target_os = "macos")]
use tauri::Window;
use tauri::WebviewWindow;

pub struct Pinned(AtomicBool);

Expand Down

0 comments on commit 4aab255

Please sign in to comment.