Skip to content

Commit

Permalink
[collada-dom] drop unused dependency (#29597)
Browse files Browse the repository at this point in the history
* .

* .
  • Loading branch information
Pospelove committed Feb 13, 2023
1 parent 1e7c0f8 commit 96f7b33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ports/collada-dom/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "collada-dom",
"version": "2.5.0",
"port-version": 7,
"port-version": 8,
"description": "The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document.",
"homepage": "https://github.com/rdiankov/collada-dom",
"license": null,
Expand All @@ -10,7 +10,6 @@
"boost-system",
"libxml2",
"minizip",
"pcre",
"uriparser",
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@
},
"collada-dom": {
"baseline": "2.5.0",
"port-version": 7
"port-version": 8
},
"colmap": {
"baseline": "2022-03-14",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/collada-dom.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "52229b10acbed6e24eefd37ef20b30e24c6c7e71",
"version": "2.5.0",
"port-version": 8
},
{
"git-tree": "1e2fef9034d7819a290b57709aa115628cede76a",
"version": "2.5.0",
Expand Down

0 comments on commit 96f7b33

Please sign in to comment.