arca-loop
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.alisonfahl</groupId>
<artifactId>arca-loop</artifactId>
<version>0.1.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.alisonfahl</groupId>
<artifactId>arca</artifactId>
<version>0.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>arca-loop</artifactId>
<name>Arca Loop Module</name>
<description>A game loop manager module for the Arca framework</description>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>${gdx.version}</version>
</dependency>
<dependency>
<groupId>io.github.alisonfahl</groupId>
<artifactId>arca-core</artifactId>
<version>${arca.version}</version>
</dependency>
</dependencies>
</project>