Minor patching to restore Windows build.
This commit is contained in:
parent
5a8369472e
commit
754c68bb25
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fbx2gltf",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#define FBX2GLTF_VERSION std::string("0.12.0")
|
||||
#define FBX2GLTF_VERSION std::string("0.12.1")
|
||||
|
||||
#include <fmt/printf.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue