mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:01:39 +08:00
7f4476af9d
* [sdformat9] Update to 9.8.0 * version
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "sdformat9",
|
|
"version": "9.8.0",
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml",
|
|
"urdfdom",
|
|
"urdfdom-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|