vcpkg: Lock glm at 0.9.9.8#2

Version 2023-06-08 changed the default order of quaternion
values from xyzw to wxyz, which we don't support.

Fixes animations in the 3D viewer.

(cherry picked from commit a52ee04fc7)
This commit is contained in:
Alex Shvartzkop 2023-10-16 14:54:07 +03:00
parent 5ad74d58f8
commit 121394c0c0
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@
"wxpython"
],
"overrides": [
{
"name": "glm",
"version": "0.9.9.8#2"
},
{
"name": "python3",
"version": "3.9.16"