mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-04 23:04:17 +01:00
Plugin lwjgl.org contains a binary version of LWJGL for development purposes (of this plugin) only. This binary version is ignored by the build script.
18 lines
615 B
XML
18 lines
615 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<site>
|
|
<description url="@UPDATEURL@">
|
|
Update site for LWJGL and related features and plugins.
|
|
</description>
|
|
<feature url="features/org.lwjgl_@VERSION@.jar" id="org.lwjgl" version="@VERSION@">
|
|
<category name="3dlibs"/>
|
|
</feature>
|
|
<feature url="features/org.lwjgl.sdk_@VERSION@.jar" id="org.lwjgl.sdk" version="@VERSION@">
|
|
<category name="3dlibs"/>
|
|
</feature>
|
|
<category-def name="3dlibs" label="3D Libraries">
|
|
<description>
|
|
Java 3D libraries such as LWJGL.
|
|
</description>
|
|
</category-def>
|
|
</site>
|