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

21 lines
464 B
JSON

{
"name": "gz-plugin",
"version": "3.0.0",
"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-cmake",
"gz-utils",
{
"name": "ignition-modularscripts",
"host": true
}
]
}