Descent3/Brewfile
Azamat H. Hackimov 8b0f27604c Use plog from vcpkg on CI
Additional documentation on changes.
2024-09-10 03:00:57 +03:00

15 lines
150 B
Ruby

# Homebrew dependencies to build Descent3
brew "glm"
brew "plog"
# SDL
brew "sdl2"
brew "cmake"
brew "googletest"
brew "ninja"
# zlib
brew "zlib"