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.
This commit is contained in:
Alex Shvartzkop 2023-10-16 14:54:07 +03:00
parent f41734aa48
commit a52ee04fc7
1 changed files with 4 additions and 0 deletions

View File

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