Skip to content

Commit

Permalink
[tinyobjloader] update to 2.0.0rc13 (microsoft#37846)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Apr 9, 2024
1 parent a13163b commit 1751f9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/tinyobjloader/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinyobjloader
REF v2.0.0rc9
SHA512 e188d6077cb19f9044da9c98c2c4284cad09f4ee745f4746d0df5b22a379d3b32fe20aa998151d6dc08e7f113f50abf80a7509d63c36de46547ce43b5fe1fa54
REF "v${VERSION}"
SHA512 724f3974e03c0bbb2255da051a42bec26a91e490414c36bd4bd5dd18a511ba821148e996f9fa4eba6c4b3638d331281a248c530389e2a8bf679b7e81bb09a89b
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/tinyobjloader/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinyobjloader",
"version": "2.0.0-rc9",
"version-string": "2.0.0rc13",
"description": "Tiny but powerful single file wavefront obj loader",
"license": "MIT",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8677,7 +8677,7 @@
"port-version": 6
},
"tinyobjloader": {
"baseline": "2.0.0-rc9",
"baseline": "2.0.0rc13",
"port-version": 0
},
"tinyorm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tinyobjloader.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b008f82ac36e49a7ec655e02deaaaaf32121f997",
"version-string": "2.0.0rc13",
"port-version": 0
},
{
"git-tree": "c1e6a1c3ddc75a72ea801b5d0980a73e14358e5e",
"version": "2.0.0-rc9",
Expand Down

0 comments on commit 1751f9f

Please sign in to comment.