fix: add WoA to rules for LWJGL 3.3.1

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-04-20 22:22:27 +02:00
parent 8b1ea30d9c
commit dc38dfc071
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -1580,6 +1580,28 @@
]
}
},
{
"_comment": "Only allow windows-arm64 for existing LWJGL 3.3.1",
"match": [
"org.lwjgl:lwjgl-glfw-natives-windows-arm64:3.3.1",
"org.lwjgl:lwjgl-jemalloc-natives-windows-arm64:3.3.1",
"org.lwjgl:lwjgl-openal-natives-windows-arm64:3.3.1",
"org.lwjgl:lwjgl-opengl-natives-windows-arm64:3.3.1",
"org.lwjgl:lwjgl-stb-natives-windows-arm64:3.3.1",
"org.lwjgl:lwjgl-tinyfd-natives-windows-arm64:3.3.1",
"org.lwjgl:lwjgl-natives-windows-arm64:3.3.1"
],
"override": {
"rules": [
{
"action": "allow",
"os": {
"name": "windows-arm64"
}
}
]
}
},
{
"_comment": "Add linux-arm64 support for LWJGL 3.3.1",
"match": [