[package] name = "ovr_overlay" version = "0.0.0" description = "Rust bindings for OpenVR overlays" authors = ["Ryan Butler "] license = "MIT OR Apache-2.0" repository = "https://github.com/TheButlah/ovr_overlay" edition = "2021" rust-version = "1.58" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ovr_overlay_sys = { version = "=0.0.0", path = "sys" } lazy_static = "1" thiserror = "1" derive_more = "0.99" log = "0.4" nalgebra = { version = "0.30", optional = true } slice-of-array = "0.3" [workspace] members = ["sys"] resolver = "2"