feat(plugin): create initial structure for XPLM

This commit is contained in:
Anthony
2024-04-08 20:54:40 +02:00
parent 4d99e7cc2d
commit 9ab92b6d62
3 changed files with 81 additions and 0 deletions

15
plugin/vcpkg.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name" : "xpl-checklist-connector",
"version-string" : "1.0.0",
"builtin-baseline" : "5fa0f075ea51f305b627ecd5e050a363707353ff",
"dependencies" : [ {
"name" : "vcpkg-cmake-config",
"version>=" : "2022-02-06#1"
}, {
"name" : "vcpkg-cmake",
"version>=" : "2023-05-04"
}, {
"name" : "x-plane",
"version>=" : "4.0.1"
} ]
}