early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,5 @@
set(PACKAGE_VERSION "1.1.0")
ignition_modular_library(NAME plugin
VERSION ${PACKAGE_VERSION}
REF "ignition-plugin_${PACKAGE_VERSION}"
SHA512 e932dd7e7b042e9fb4c0569cb8b4028e54c394228aadf6523fa60ab1b9f7f9a17d14c79886a76365e2c47423c221aaef9ca77df638d87e2b6edb82eea10c0a3d)

View File

@@ -0,0 +1,19 @@
{
"name": "ignition-plugin1",
"version": "1.1.0",
"port-version": 2,
"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
}
]
}