Skip to content

Commit

Permalink
Update bsml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex committed Apr 26, 2024
1 parent 6be4e13 commit 52d2e3b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"id": "bsml",
"versionRange": "^0.4.20",
"versionRange": "^0.4.24",
"additionalData": {}
},
{
Expand Down
84 changes: 42 additions & 42 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.20",
"versionRange": "^0.4.24",
"additionalData": {}
},
{
Expand All @@ -77,17 +77,17 @@
{
"dependency": {
"id": "bsml",
"versionRange": "=0.4.20",
"versionRange": "=0.4.24",
"additionalData": {
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.20/libbsml.so",
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.20/debug_libbsml.so",
"soLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.24/libbsml.so",
"debugSoLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.24/debug_libbsml.so",
"overrideSoName": "libbsml.so",
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.20/BSML.qmod",
"branchName": "version/v0_4_20",
"modLink": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.24/BSML.qmod",
"branchName": "version/v0_4_24",
"cmake": true
}
},
"version": "0.4.20"
"version": "0.4.24"
},
{
"dependency": {
Expand All @@ -111,13 +111,15 @@
},
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.3.1",
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"additionalData": {
"headersOnly": true
"headersOnly": true,
"branchName": "version/v1_2_1",
"cmake": true
}
},
"version": "0.3.1"
"version": "1.2.1"
},
{
"dependency": {
Expand All @@ -136,13 +138,13 @@
{
"dependency": {
"id": "custom-types",
"versionRange": "=0.17.6",
"versionRange": "=0.17.7",
"additionalData": {
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.6/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.6/debug_libcustom-types.so",
"soLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/libcustom-types.so",
"debugSoLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/debug_libcustom-types.so",
"overrideSoName": "libcustom-types.so",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.6/CustomTypes.qmod",
"branchName": "version/v0_17_6",
"modLink": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.7/CustomTypes.qmod",
"branchName": "version/v0_17_7",
"compileOptions": {
"cppFlags": [
"-Wno-invalid-offsetof"
Expand All @@ -151,19 +153,17 @@
"cmake": true
}
},
"version": "0.17.6"
"version": "0.17.7"
},
{
"dependency": {
"id": "rapidjson-macros",
"versionRange": "=1.2.1",
"id": "libil2cpp",
"versionRange": "=0.3.1",
"additionalData": {
"headersOnly": true,
"branchName": "version/v1_2_1",
"cmake": true
"headersOnly": true
}
},
"version": "1.2.1"
"version": "0.3.1"
},
{
"dependency": {
Expand Down Expand Up @@ -231,25 +231,6 @@
},
"version": "5.1.6"
},
{
"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 @@ -277,6 +258,25 @@
}
},
"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 52d2e3b

Please sign in to comment.