mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"name": "gz-plugin2",
|
|
"version": "2.0.1",
|
|
"description": "Library for registering plugin libraries and dynamically loading them at runtime",
|
|
"homepage": "https://ignitionrobotics.org/libs/plugin",
|
|
"license": null,
|
|
"supports": "!arm & !android",
|
|
"dependencies": [
|
|
{
|
|
"name": "dlfcn-win32",
|
|
"platform": "windows | uwp"
|
|
},
|
|
"gz-cmake3",
|
|
"gz-utils2",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|