Switch from CPM to VCPKG

This commit is contained in:
2024-12-07 19:30:17 +01:00
parent e4378dcddc
commit 997e45d8af
9 changed files with 89 additions and 1302 deletions

7
vcpkg/fx-gltf/vcpkg.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "fx-gltf",
"version": "2.0.0",
"description": "A C++ library for loading and saving glTF 2.0 files.",
"homepage": "https://github.com/jessey-git/fx-gltf",
"dependencies": []
}