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,4 @@
ignition_modular_library(NAME common
VERSION "1.1.1"
REF ignition-common_1.1.1
SHA512 3311a07fad8fdf809ff3f865de2493ec17c3dd157ee3297f283cf872090fb9e9f05b163416dca32f1bdf2bde02c9b4a9a7defc308344b747a8d113594f65f309)

View File

@@ -0,0 +1,35 @@
{
"name": "ignition-common1",
"version": "1.1.1",
"port-version": 3,
"description": "Common libraries for robotics applications",
"license": null,
"dependencies": [
{
"name": "dlfcn-win32",
"platform": "windows | uwp"
},
{
"name": "ffmpeg",
"platform": "!windows & !uwp"
},
{
"name": "freeimage",
"platform": "!windows & !uwp"
},
{
"name": "gts",
"platform": "!windows & !uwp"
},
"ignition-cmake0",
"ignition-math4",
{
"name": "ignition-modularscripts",
"host": true
},
{
"name": "tinyxml2",
"platform": "!windows & !uwp"
}
]
}