Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Stop vendoring khrplatform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Dec 17, 2023
1 parent 6f4dff7 commit 7b4a1ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
env:
VCPKG_VERSION: 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50
# 2023.10.19
vcpkg_packages: zlib libpng libjpeg-turbo opengl-registry
vcpkg_packages: zlib libpng libjpeg-turbo opengl-registry egl-registry
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ It is highly recommended to use vcpkg as package manager.

After you successfully built vcpkg you can easily install the required libraries:

vcpkg install zlib libjpeg-turbo libpng opengl-registry --triplet x64-windows
vcpkg install zlib libjpeg-turbo libpng opengl-registry egl-registry --triplet x64-windows

Run the following script in PowerShell:

Expand Down
290 changes: 0 additions & 290 deletions source/Irrlicht/KHR/khrplatform.h

This file was deleted.

0 comments on commit 7b4a1ae

Please sign in to comment.