MSVC 17.10 broke builds with earlier releases of vcpkg. This PR fixes those issues and thus implicitly raises some dependency versions. Most notably, glm has been pushed to version 1.0, which broke some samples. An appropriate fix is included in the release.
Related issues
As MSVC 17.10 contains a compiler fix required for #120, this PR is a prerequisite to finally merge it. Additionally, the latest version of vcpkg contains a port for DXC, which allows us to not depend on external DXC distributions (most notably we do no longer require future Windows packages to provide DXIL.dll). An additional branch for this change has been created and will be merged in a separate PR. This allows us to then merge #118.
Describe the pull request
MSVC 17.10 broke builds with earlier releases of vcpkg. This PR fixes those issues and thus implicitly raises some dependency versions. Most notably, glm has been pushed to version 1.0, which broke some samples. An appropriate fix is included in the release.
Related issues
As MSVC 17.10 contains a compiler fix required for #120, this PR is a prerequisite to finally merge it. Additionally, the latest version of vcpkg contains a port for DXC, which allows us to not depend on external DXC distributions (most notably we do no longer require future Windows packages to provide DXIL.dll). An additional branch for this change has been created and will be merged in a separate PR. This allows us to then merge #118.