Browse Source

Add Vulkan headers to MinGW environment. (#44)

master
Steveice10 3 years ago
committed by GitHub
parent
commit
20473a647f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      linux-mingw/Dockerfile

1
linux-mingw/Dockerfile

@ -39,6 +39,7 @@ RUN useradd -m -u 1027 -s /bin/bash citra && mkdir -p /tmp/pkgs && \
mingw-w64-qt6-tools \
mingw-w64-tools \
mingw-w64-sdl2 \
mingw-w64-vulkan-headers \
mingw-w64-winpthreads \
mingw-w64-zlib \
mingw-w64-zstd \

Loading…
Cancel
Save