mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-10 10:49:57 +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
562 B
XML
18 lines
562 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_2.jar" id="org.lwjgl" version="2">
|
|
<category name="3dlibs"/>
|
|
</feature>
|
|
<feature url="features/org.lwjgl.sdk_2.jar" id="org.lwjgl" version="2">
|
|
<category name="3dlibs"/>
|
|
</feature>
|
|
<category-def name="3dlibs" label="3D Libraries">
|
|
<description>
|
|
Java 3D libraries such as LWJGL.
|
|
</description>
|
|
</category-def>
|
|
</site>
|