kgl-lwjgl-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.minigdx</groupId> <artifactId>kgl-lwjgl-jvm</artifactId> <version>0.7.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.github.minigdx</groupId> <artifactId>kgl-lwjgl-jvm</artifactId> <version>0.7.2</version> <name>kgl</name> <description>Lightweight OpenGL abstraction for Kotlin Multiplatform (fork of https://github.com/gergelydaniel/kgl)</description> <url>https://github.com/minigdx/kgl</url> <licenses> <license> <name>MIT Licence</name> <url>https://github.com/minigdx/kgl/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <name>Daniel Gergely</name> <url>https://github.com/gergelydaniel</url> </developer> <developer> <name>David Wursteisen</name> <email>david.wursteisen+minigdx@gmail.com</email> <url>https://github.com/dwursteisen</url> </developer> </developers> <scm> <connection>https://github.com/minigdx/kgl/.git</connection> <url>https://github.com/minigdx/kgl</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/minigdx/kgl/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl</artifactId> <version>3.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-assimp</artifactId> <version>3.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-glfw</artifactId> <version>3.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-openal</artifactId> <version>3.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-opengl</artifactId> <version>3.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-stb</artifactId> <version>3.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.minigdx</groupId> <artifactId>kgl-jvm</artifactId> <version>0.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.8.20</version> <scope>runtime</scope> </dependency> </dependencies> </project>