# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ovr-sys" version = "0.3.0" authors = ["Dylan Ede "] build = "build.rs" links = "ovr" description = "Well documented raw bindings to libOVR v1.15.0, the Oculus Rift PC runtime library.\n\nDocumentation is transformed from the original libOVR doxygen docs.\n\nRequires acceptance of the Oculus SDK License, included.\n" documentation = "https://docs.rs/ovr-sys/*/x86_64-pc-windows-gnu/ovr_sys/" readme = "README.md" keywords = ["oculus", "rift", "libovr", "vr", "ovr"] license = "MIT / Apache-2.0" repository = "https://github.com/dylanede/ovr-sys" [dependencies.vks] version = "^0.17" features = ["core_1_0_3"] optional = true default-features = false [dependencies.winapi] version = "^0.2" optional = true [dependencies.libc] version = "^0.2" [dev-dependencies.vks] version = "^0.17" features = ["khr_swapchain_67"] default-features = false [features] directx = ["winapi"] vulkan = ["vks"] opengl = [] default = ["opengl"] audio = ["winapi"]