-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a feature flag for
derive_more
impls
This adds a feature flag to allow opting out of the `derive_more` dependency and derivations added in e063091. `derive_more` brings in heavy proc macro dependencies and isn't crucial for the core functioning of crossterm, so it should be possible for a crossterm dependent to opt out of bringing in the transitive dependency.
- Loading branch information
1 parent
2c18768
commit dfd45c4
Showing
3 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters