arc3d-vulkan
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.icyllis</groupId>
<artifactId>arc3d-vulkan</artifactId>
<version>2026.2.0</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>dev.icyllis</groupId>
<artifactId>arc3d-vulkan</artifactId>
<version>2026.2.0</version>
<name>Arc3D OpenGL</name>
<description>The Vulkan backend of Arc3D graphics engine.</description>
<url>https://github.com/BloCamLimb/Arc3D</url>
<licenses>
<license>
<name>LGPL-3.0-or-later</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>BloCamLimb</id>
<name>Icyllis Milica</name>
<email>pocamelards@gmail.com</email>
<url>https://github.com/BloCamLimb</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/BloCamLimb/Arc3D.git</connection>
<developerConnection>scm:git:ssh://github.com/BloCamLimb/Arc3D.git</developerConnection>
<url>https://github.com/BloCamLimb/Arc3D</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/BloCamLimb/Arc3D/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.5.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.icyllis</groupId>
<artifactId>arc3d-engine</artifactId>
<version>2026.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-vulkan</artifactId>
<version>3.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-vma</artifactId>
<version>3.4.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>