Skip to content

Commit ce9980d

Browse files
Enable arboard Wayland clipboard backend
1 parent 6d7ea1c commit ce9980d

File tree

2 files changed

+123
-2
lines changed

2 files changed

+123
-2
lines changed

codex-rs/Cargo.lock

Lines changed: 122 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ mcp_test_support = { path = "mcp-server/tests/common" }
8181
allocative = "0.3.3"
8282
ansi-to-tui = "7.0.0"
8383
anyhow = "1"
84-
arboard = "3"
84+
arboard = { version = "3", features = ["wayland-data-control"] }
8585
askama = "0.12"
8686
assert_matches = "1.5.0"
8787
assert_cmd = "2"

0 commit comments

Comments
 (0)