Remove fmt library

This library wasnt used anywhere in the source code.

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar 2025-09-21 18:37:06 -04:00
parent 8713dd751a
commit 4d363ea3b2
3 changed files with 0 additions and 8 deletions

View file

@ -94,7 +94,6 @@ target_link_libraries(Pound PRIVATE
kvm
OpenGL::GL
fmt::fmt
SDL3::SDL3
imgui
)