From 76b356f7b38407d87d16744019b64fa34bb038b3 Mon Sep 17 00:00:00 2001
From: SteelT <steeltitanium1@gmail.com>
Date: Sun, 14 Apr 2024 13:05:37 -0400
Subject: [PATCH] README.md: Remove libfmt from list of required libs

Source-vendored libfmt is now always used regardless of platform
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 4b4cb08913..0079fe01b4 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,6 @@ Ring Racers is built using a compatible C++ toolchain (GCC, MinGW, Clang and App
 On Linux platforms, you will need the following libraries available on the system.
 
 - libcurl
-- libfmt
 - zlib
 - libpng
 - libogg
-- 
GitLab