mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "ignition-plugin1",
|
|
"version": "1.4.0",
|
|
"description": "Library for registering plugin libraries and dynamically loading them at runtime",
|
|
"homepage": "https://ignitionrobotics.org/libs/plugin",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "dlfcn-win32",
|
|
"platform": "windows | uwp"
|
|
},
|
|
"ignition-cmake2",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|