37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>love.distributedrebirth.gdxapp4d</groupId>
|
|
<artifactId>gdxapp4d</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>gdxapp4d-lib-imxmi</artifactId>
|
|
<name>GDXApp⁴ᴰ-Lib-ImXmI</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>love.distributedrebirth.bassboon</groupId>
|
|
<artifactId>bassboon-jppre</artifactId>
|
|
<version>${bassboon-jppre.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.github.spair</groupId>
|
|
<artifactId>imgui-java-binding</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.github.spair</groupId>
|
|
<artifactId>imgui-java-lwjgl3</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.github.spair</groupId>
|
|
<artifactId>imgui-java-natives-linux</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.github.spair</groupId>
|
|
<artifactId>imgui-java-natives-macos</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.github.spair</groupId>
|
|
<artifactId>imgui-java-natives-windows</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |