mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-16 11:38:55 +00:00
d5ff06ffb2
This tests being able to write an OpenXR application based on Wgpu (using the Vulkan HAL backend) for the Oculus Quest.
17 lines
296 B
Groovy
17 lines
296 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
include ':app'
|