Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update engine with fix on shadow maps to support for skinned meshes #38

Merged
merged 11 commits into from
Nov 7, 2022
4 changes: 2 additions & 2 deletions vcpkg-registry/ports/reload-engine/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lerppana/reload-engine
REF f78afb895b5a6d8f9541a185184b7aec8f05806e
SHA512 f78ba98265c5c623ba2017f7fa815c21636e9aea9bf80bef6ae049bbe62895a4f69a4658c9f698eca21cc4d679976f8809d10aed299ecaf448584dc9138e0c67
REF 97b3789a8d55b6bb5004371dc9b1e1a6b6d45202
SHA512 cd64c31cfb3c08a0600d80558bbdc8d79b61882750c4b80634129c800df7956d162a8951e1e5baa141452717dc13144bf03b60b05fbe58ab64e49ecf33a6edac
HEAD_REF master
AUTHORIZATION_TOKEN $ENV{GITHUB_AUTHORIZATION_TOKEN}
)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flappy-karp",
"version-string": "0.4.0",
"version-string": "0.4.1",
"dependencies": [
{
"name": "reload-engine",
Expand Down