Skip to content

Commit

Permalink
Fix qpm shared
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex committed Jun 26, 2024
1 parent f6ef720 commit 5999bef
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"id": "bsml",
"versionRange": "^0.4.37",
"versionRange": "^0.4.42",
"additionalData": {}
},
{
Expand Down Expand Up @@ -111,15 +111,14 @@
},
{
"dependency": {
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"id": "libil2cpp",
"versionRange": "=0.3.2",
"additionalData": {
"headersOnly": true,
"branchName": "version/v1_2_1",
"cmake": true
"cmake": false
}
},
"version": "1.2.1"
"version": "0.3.2"
},
{
"dependency": {
Expand Down Expand Up @@ -157,14 +156,15 @@
},
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.3.2",
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"additionalData": {
"headersOnly": true,
"cmake": false
"branchName": "version/v1_2_1",
"cmake": true
}
},
"version": "0.3.2"
"version": "1.2.1"
},
{
"dependency": {
Expand Down Expand Up @@ -232,6 +232,25 @@
},
"version": "5.1.7"
},
{
"dependency": {
"id": "fmt",
"versionRange": "=10.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version/v10_0_0",
"compileOptions": {
"systemIncludes": [
"fmt/include/"
],
"cppFlags": [
"-DFMT_HEADER_ONLY"
]
}
}
},
"version": "10.0.0"
},
{
"dependency": {
"id": "scotland2",
Expand Down Expand Up @@ -259,25 +278,6 @@
}
},
"version": "10.0.0"
},
{
"dependency": {
"id": "fmt",
"versionRange": "=10.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version/v10_0_0",
"compileOptions": {
"systemIncludes": [
"fmt/include/"
],
"cppFlags": [
"-DFMT_HEADER_ONLY"
]
}
}
},
"version": "10.0.0"
}
]
}

0 comments on commit 5999bef

Please sign in to comment.