mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-11-30 01:39:38 +01:00
feat(plugin): create initial structure for XPLM
This commit is contained in:
15
plugin/vcpkg.json
Normal file
15
plugin/vcpkg.json
Normal 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"
|
||||
} ]
|
||||
}
|
||||
Reference in New Issue
Block a user