Replace glew with glad

This commit is contained in:
Adrian Graber
2021-01-31 13:48:59 +01:00
parent a4df4d8b5d
commit e62a124b8c
20 changed files with 4454 additions and 83 deletions

View File

@ -28,7 +28,6 @@ RUN mkdir -p "$PS2DEV" "$PS2SDK" \
wget \
zip \
zlib1g-dev \
libglew-dev \
libglfw3-dev \
libsdl2-dev \
&& git clone -b $TOOLCHAIN_GIT_BRANCH $TOOLCHAIN_GIT_URL /toolchain \