Skip to content

Commit

Permalink
Release 1.0.0-alpha.48; Lock external dependency fmt version (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit authored May 29, 2023
1 parent 80bc749 commit 24e593a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "A FBX to glTF file format converter.",
"license": "MIT",
"supports": "windows & osx",
"builtin-baseline": "d1e2ff0c340f89cc14ca67883dd069c6ada93582",
"dependencies": [
"libxml2",
"zlib",
Expand All @@ -16,5 +17,11 @@
"glm",
"doctest",
"utfcpp"
],
"overrides": [
{
"name": "fmt",
"version": "9.1.0#1"
}
]
}

0 comments on commit 24e593a

Please sign in to comment.