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:
parent
f41734aa48
commit
a52ee04fc7
|
@ -42,6 +42,10 @@
|
|||
"wxpython"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "glm",
|
||||
"version": "0.9.9.8#2"
|
||||
},
|
||||
{
|
||||
"name": "python3",
|
||||
"version": "3.11.5#0"
|
||||
|
|
Loading…
Reference in New Issue