Created
July 14, 2019 02:46
-
-
Save peterix/92af9e8578d445d3487a706894785ab8 to your computer and use it in GitHub Desktop.
Slightly fixed LWJGL version that can handle more xrandr weirdness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"formatVersion": 1, | |
"libraries": [ | |
{ | |
"downloads": { | |
"classifiers": { | |
"natives-linux": { | |
"sha1": "7ff832a6eb9ab6a767f1ade2b548092d0fa64795", | |
"size": 10362, | |
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-linux.jar" | |
}, | |
"natives-osx": { | |
"sha1": "53f9c919f34d2ca9de8c51fc4e1e8282029a9232", | |
"size": 12186, | |
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-osx.jar" | |
}, | |
"natives-windows": { | |
"sha1": "385ee093e01f587f30ee1c8a2ee7d408fd732e16", | |
"size": 155179, | |
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar" | |
} | |
} | |
}, | |
"extract": { | |
"exclude": [ | |
"META-INF/" | |
] | |
}, | |
"name": "net.java.jinput:jinput-platform:2.0.5", | |
"natives": { | |
"linux": "natives-linux", | |
"osx": "natives-osx", | |
"windows": "natives-windows" | |
} | |
}, | |
{ | |
"downloads": { | |
"artifact": { | |
"sha1": "39c7796b469a600f72380316f6b1f11db6c2c7c4", | |
"size": 208338, | |
"url": "https://libraries.minecraft.net/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar" | |
} | |
}, | |
"name": "net.java.jinput:jinput:2.0.5" | |
}, | |
{ | |
"downloads": { | |
"artifact": { | |
"sha1": "e12fe1fda814bd348c1579329c86943d2cd3c6a6", | |
"size": 7508, | |
"url": "https://libraries.minecraft.net/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar" | |
} | |
}, | |
"name": "net.java.jutils:jutils:1.0.0" | |
}, | |
{ | |
"downloads": { | |
"artifact": { | |
"sha1": "b04f3ee8f5e43fa3b162981b50bb72fe1acabb33", | |
"size": 22, | |
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209.jar" | |
}, | |
"classifiers": { | |
"natives-linux": { | |
"sha1": "931074f46c795d2f7b30ed6395df5715cfd7675b", | |
"size": 578680, | |
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar" | |
}, | |
"natives-osx": { | |
"sha1": "bcab850f8f487c3f4c4dbabde778bb82bd1a40ed", | |
"size": 426822, | |
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar" | |
}, | |
"natives-windows": { | |
"sha1": "b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0", | |
"size": 613748, | |
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar" | |
} | |
} | |
}, | |
"extract": { | |
"exclude": [ | |
"META-INF/" | |
] | |
}, | |
"name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209", | |
"natives": { | |
"linux": "natives-linux", | |
"osx": "natives-osx", | |
"windows": "natives-windows" | |
} | |
}, | |
{ | |
"downloads": { | |
"artifact": { | |
"sha1": "d58c14487e3bbc310b953c196e2b6ab1b35369ef", | |
"size": 1058215, | |
"url": "https://github.com/tfg13/lwjgl/releases/download/test_lwjgl%23112/lwjgl.jar" | |
} | |
}, | |
"name": "org.lwjgl.lwjgl:lwjgl:test112" | |
}, | |
{ | |
"downloads": { | |
"artifact": { | |
"sha1": "d51a7c040a721d13efdfbd34f8b257b2df882ad0", | |
"size": 173887, | |
"url": "https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar" | |
} | |
}, | |
"name": "org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209" | |
} | |
], | |
"name": "LWJGL 2", | |
"releaseTime": "2015-02-16T13:01:35+00:00", | |
"type": "release", | |
"uid": "org.lwjgl", | |
"version": "test112", | |
"volatile": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment