Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

43 lines
794 B
JSON

{
"name": "gz-common",
"version": "6.0.2",
"port-version": 1,
"description": "Common libraries for robotics applications",
"homepage": "https://gazebosim.org/libs/common/",
"license": "Apache-2.0",
"dependencies": [
"assimp",
{
"name": "dlfcn-win32",
"platform": "windows | uwp"
},
{
"name": "ffmpeg",
"default-features": false,
"features": [
"avcodec",
"avdevice",
"avformat",
"swscale"
]
},
"freeimage",
{
"name": "gdal",
"default-features": false
},
"gz-cmake",
"gz-math",
"gz-utils",
{
"name": "ignition-modularscripts",
"host": true
},
{
"name": "libuuid",
"platform": "!windows & !osx"
},
"tinyxml2"
]
}