diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-10 19:13:22 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-10 19:13:22 -0400 |
commit | 33bf1f9653ed608de5554940dc8a0c3f5dc7e4ea (patch) | |
tree | b1db5d3e83ccd8c5219d5db12b01bc3d152b79d1 /vcpkg.json | |
parent | 3b3c3ca4ed98c8d1e884f6c9f8f63d7b7c76e37b (diff) | |
download | lingo-ap-tracker-33bf1f9653ed608de5554940dc8a0c3f5dc7e4ea.tar.gz lingo-ap-tracker-33bf1f9653ed608de5554940dc8a0c3f5dc7e4ea.tar.bz2 lingo-ap-tracker-33bf1f9653ed608de5554940dc8a0c3f5dc7e4ea.zip |
Go back to old logging system
Brought in libfmt to handle string formatting and replace a bunch of ostringstream uses.
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 925212a..e13d228 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
@@ -3,6 +3,7 @@ | |||
3 | "websocketpp", | 3 | "websocketpp", |
4 | "wxwidgets", | 4 | "wxwidgets", |
5 | "openssl", | 5 | "openssl", |
6 | "yaml-cpp" | 6 | "yaml-cpp", |
7 | "fmt" | ||
7 | ] | 8 | ] |
8 | } | 9 | } |