Skip to content
Open
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
2 changes: 1 addition & 1 deletion base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Per project:
* `pcg-random/`: External library to generate random numbers.
* `poco/`: A set of C++ libraries to build programs. This is forked and modified from the original. We aim to slowly remove it from the project completely with our own code or STD when possible, not update it or add new features to it.
* `readpassphrase/`: External library to read passwords via terminal prompt.
* `widechar_width/`: External library to implement `wcwidth` which measures the width of unicode strings.
* `widechar_width/`: External library to implement `wcwidth` which measures the width of Unicode strings.