Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 44 additions & 2 deletions 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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rdev = "0.5.3"
objc = "0.2"
objc2 = "0.6"
objc-foundation = "0.1"
cocoa = "0.22"
cocoa = "0.26"
thread-priority = "1.2"

# objc 크레이트의 매크로에서 발생하는 cfg 경고 억제
Expand Down
Loading