From 24e593ae7da40af4e93b479167bd65e4661931fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leslie=20Leigh=20=28=E6=9D=8E=E7=9A=84=E5=BA=8F=29?= Date: Mon, 29 May 2023 11:31:50 +0800 Subject: [PATCH] Release 1.0.0-alpha.48; Lock external dependency fmt version (#95) --- vcpkg.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index cdf7f75..53421d4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,6 +5,7 @@ "description": "A FBX to glTF file format converter.", "license": "MIT", "supports": "windows & osx", + "builtin-baseline": "d1e2ff0c340f89cc14ca67883dd069c6ada93582", "dependencies": [ "libxml2", "zlib", @@ -16,5 +17,11 @@ "glm", "doctest", "utfcpp" + ], + "overrides": [ + { + "name": "fmt", + "version": "9.1.0#1" + } ] } \ No newline at end of file