Skip to content

Commit 1808b87

Browse files
committed
keep sppdlog 1.15
1 parent 79242e8 commit 1808b87

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ This game can connect to both Private and Public game servers. The backend serve
2222

2323
### For Windows
2424

25-
- At least Windows 10 / Server 2016
2625
- MS Visual Studio 2022 or newer (NOT vscode), with "**Desktop C++ Development**" bundle.
2726
- Please download "Visual C++ 64bit" edition of SFML; ignore others.
2827
- Move your unzipped `SFML-2.6.x` folder to its own home, example: `C:/SFML/SFML-2.6.1`.

dependencies/spdlog.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GET spdlog v1.15
22
CPMAddPackage(
33
NAME spdlog
4-
URL "https://github.com/gabime/spdlog/archive/refs/tags/v1.14.0.tar.gz"
4+
URL "https://github.com/gabime/spdlog/archive/refs/tags/v1.15.3.tar.gz"
55
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
66
)

0 commit comments

Comments
 (0)