mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-18 11:14:41 +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.
17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: LWJGL TestView
|
|
Bundle-Vendor: Lightweight Java Game Library Project
|
|
Bundle-SymbolicName: org.lwjgl.info;singleton:=true
|
|
Bundle-Version: 2.0.0
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.ui.views,
|
|
org.eclipse.core.resources
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Import-Package: org.lwjgl,
|
|
org.lwjgl.opengl,
|
|
org.lwjgl.util,
|
|
org.lwjgl.util.glu
|