mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
d236fe3b74
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "sdformat10",
|
|
"version": "10.0.0",
|
|
"port-version": 5,
|
|
"description": "Simulation Description Format (SDF) parser and description files.",
|
|
"homepage": "http://sdformat.org/",
|
|
"supports": "!uwp & !(arm & osx)",
|
|
"dependencies": [
|
|
"ignition-math6",
|
|
"tinyxml2",
|
|
"urdfdom",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|