Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgincoskun committed Mar 14, 2023
1 parent 09ae425 commit 4afa62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ mkdir -p "$tmp_dir"
cd "$tmp_dir"
game_folder="game_files"

SDL2_VER=2.0.22
SDL2_TTF_VER=2.20.1
SDL2_VER=2.26.4
SDL2_TTF_VER=2.20.2

echo "Downloading SDL2"
wget -qO- https://www.libsdl.org/release/SDL2-$SDL2_VER.tar.gz | tar xz
Expand Down

0 comments on commit 4afa62a

Please sign in to comment.