# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "openxr" version = "0.19.0" authors = ["Benjamin Saunders "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level, mostly-safe OpenXR bindings" readme = "README.md" keywords = ["vr"] categories = [ "api-bindings", "rendering", ] license = "MIT/Apache-2.0" repository = "https://github.com/Ralith/openxrs" [package.metadata.android] build_targets = ["aarch64-linux-android"] runtime_libs = "examples/libs" [package.metadata.android.application.activity] config_changes = "density|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|uiMode" launch_mode = "singleTask" orientation = "landscape" resizeable_activity = "false" theme = "@android:style/Theme.Black.NoTitleBar.Fullscreen" [[package.metadata.android.application.activity.intent_filter]] actions = ["android.intent.action.MAIN"] categories = [ "com.oculus.intent.category.VR", "android.intent.category.LAUNCHER", ] [package.metadata.android.sdk] min_sdk_version = 21 target_sdk_version = 30 [package.metadata.docs.rs] features = [ "linked", "loaded", "mint", ] [lib] name = "openxr" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "vulkan" path = "examples/vulkan.rs" [[example]] name = "vulkan-android" crate-type = ["cdylib"] path = "examples/vulkan.rs" [dependencies.libc] version = "0.2.50" [dependencies.libloading] version = "0.8" optional = true [dependencies.sys] version = "0.11.0" package = "openxr-sys" [dev-dependencies.ash] version = "0.38" features = ["loaded"] default-features = false [dev-dependencies.ctrlc] version = "3.1.5" [features] default = ["loaded"] linked = ["sys/linked"] loaded = ["libloading"] mint = ["sys/mint"] static = [ "sys/static", "linked", ] [target.'cfg(target_os = "android")'.dependencies.ndk-context] version = "0.1" [badges.maintenance] status = "experimental"