Skip to content

Commit

Permalink
fixup! refactor: move CLIPBOARD from yazi-core -> yazi-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Apr 30, 2024
1 parent 8754dc1 commit bd57bfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 0 additions & 3 deletions yazi-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_lev

[target."cfg(unix)".dependencies]
libc = "0.2.153"

[target."cfg(windows)".dependencies]
clipboard-win = "5.3.1"
3 changes: 3 additions & 0 deletions yazi-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_lev

[target."cfg(unix)".dependencies]
libc = "0.2.153"

[target."cfg(windows)".dependencies]
clipboard-win = "5.3.1"

0 comments on commit bd57bfc

Please sign in to comment.