# 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-sys" version = "0.11.0" authors = ["Benjamin Saunders "] build = "build.rs" links = "openxr_loader" autobins = false autoexamples = false autotests = false autobenches = false description = "OpenXR FFI bindings" readme = "README.md" keywords = [ "openxr", "vr", ] categories = [ "external-ffi-bindings", "rendering", ] license = "MIT/Apache-2.0" repository = "https://github.com/Ralith/openxrs" [package.metadata.docs.rs] features = [ "linked", "mint", ] [lib] name = "openxr_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.50" [dependencies.mint] version = "0.5.3" optional = true [build-dependencies.cmake] version = "0.1.35" optional = true [features] linked = [] static = [ "cmake", "linked", ] [badges.maintenance] status = "experimental"