Descent3/Brewfile
Bryan Perris b0e5754e96 Introduce spdlog logging system
* The game version is now printed via the log system rather than from within the loki_initialize function.
remove this line
2024-04-30 14:27:38 -04:00

16 lines
176 B
Ruby

# Homebrew dependencies to build Descent3
# SDL
brew "sdl12-compat"
brew "sdl2_image"
brew "cmake"
brew "googletest"
brew "ninja"
# zlib
brew "zlib"
# spdlog
brew "spdlog"