mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
fix: add WoA to rules for LWJGL 3.3.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
8b1ea30d9c
commit
dc38dfc071
@ -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",
|
"_comment": "Add linux-arm64 support for LWJGL 3.3.1",
|
||||||
"match": [
|
"match": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user