Skip to content

Commit 6ca9550

Browse files
Add libc feature to enable crossterm's libc backend (#1014)
* Add libc feature flag to Cargo.toml Such that reedline can use crossterm with the libc feature. * add lock file --------- Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
1 parent 3e2ddc4 commit 6ca9550

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ idle_callback = []
5050
sqlite = ["rusqlite/bundled", "serde_json"]
5151
sqlite-dynlib = ["rusqlite", "serde_json"]
5252
system_clipboard = ["arboard"]
53+
libc = ["crossterm/libc"]
5354

5455
[[example]]
5556
name = "cwd_aware_hinter"

0 commit comments

Comments
 (0)