From 33bf1f9653ed608de5554940dc8a0c3f5dc7e4ea Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 10 Jun 2024 19:13:22 -0400 Subject: Go back to old logging system Brought in libfmt to handle string formatting and replace a bunch of ostringstream uses. --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcpkg.json') diff --git a/vcpkg.json b/vcpkg.json index 925212a..e13d228 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,6 +3,7 @@ "websocketpp", "wxwidgets", "openssl", - "yaml-cpp" + "yaml-cpp", + "fmt" ] } -- cgit 1.4.1 lingo-ap-tracker
Autotracker for the Lingo Archipelago integration
about summary refs log tree commit diff stats
path: root/src/main.cpp
blob: 1d7cc9e9a47a833d4544ac5ca768408344825930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32