# 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 = "2021" name = "stereokit-sys-mod" version = "1.0.0" links = "StereoKitC" include = [ "Cargo.toml", "build.rs", "src/*", "StereoKit/cmake", "StereoKit/StereoKitC", "StereoKit/CMakeLists.txt", "StereoKit/tools/include", "StereoKit/tools/skshaderc", "StereoKit/tools/skshaderc.exe", "README.md", ] description = "Low-Level Rust bindings around the StereoKitC library for XR" homepage = "https://stereokit.net/" readme = "README.md" keywords = [ "stereokit", "XR", "VR", "AR", "sys", ] license = "MIT" repository = "https://github.com/Resident_Fortress/stereokit-sys" [dependencies.bevy_ecs] version = "0.12.1" optional = true [dependencies.bevy_reflect] version = "0.12.1" optional = true [dependencies.glam] version = "0.25.0" [dependencies.palette] version = "0.7.3" features = ["std"] optional = true default-features = false [dependencies.prisma] version = "0.1.1" optional = true [dependencies.serde] version = "1.0.195" features = ["derive"] optional = true [build-dependencies.bindgen] version = "0.69.2" [build-dependencies.cmake] version = "0.1.50" [features] default = [] linux-egl = [] physics = []