Skip to content

Commit

Permalink
chore: Improve dependency management in Brewfile
Browse files Browse the repository at this point in the history
- Add dependencies `imagemagick`, `libgd`, and `libiconv` to Brewfile
- Refactor code for better performance in multiple files.
  • Loading branch information
johnnyhuy committed Jul 28, 2024
1 parent 022b48c commit 6c22b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ brew "bison"
brew "re2c"
brew "gmp"
brew "libsodium"
brew "imagemagick"
brew "imagemagick"
brew "libgd"
brew "libiconv"

0 comments on commit 6c22b7c

Please sign in to comment.