openxr_loader_for_android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.khronos.openxr</groupId>
<artifactId>openxr_loader_for_android</artifactId>
<version>1.1.57</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.khronos.openxr</groupId>
<artifactId>openxr_loader_for_android</artifactId>
<version>1.1.57</version>
<packaging>aar</packaging>
<name>OpenXR Loader for Android</name>
<description>The AAR for the OpenXR Loader as used on Android, along with required global manifest entries.
You still need to apply changes to the application tag and the activity tag corresponding to your OpenXR experience.</description>
<url>https://github.com/KhronosGroup/OpenXR-SDK-Source</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>The Khronos Group, Inc. OpenXR Working Group</name>
<email>openxr-speceditor AT khronos DOT org</email>
<url>https://khronos.org/openxr</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/KhronosGroup/OpenXR-SDK-Source.git</connection>
<developerConnection>scm:git:git@github.com:KhronosGroup/OpenXR-SDK-Source.git</developerConnection>
<url>https://github.com/KhronosGroup/OpenXR-SDK-Source</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/KhronosGroup/OpenXR-SDK-Source/issues</url>
</issueManagement>
</project>