# 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" version = "0.16.9" description = "Higher-Level wrapper around stereokit-sys bindings for StereoKitC library for XR" homepage = "https://stereokit.net/" readme = "README.md" keywords = [ "stereokit", "XR", "VR", "AR", ] license = "MIT" repository = "https://github.com/MalekiRe/stereokit-rs" [dependencies.bevy_ecs] version = "0.10.1" optional = true [dependencies.bevy_reflect] version = "0.10.1" optional = true [dependencies.bitflags] version = "1.3.2" [dependencies.concat-idents] version = "1.1.4" [dependencies.glam] version = "0.23.0" features = ["serde"] [dependencies.num_enum] version = "0.6.1" [dependencies.serde] version = "1.0.160" features = ["serde_derive"] [dependencies.serde_repr] version = "0.1.12" [dependencies.stereokit-sys] version = "2.5.6" [dependencies.thiserror] version = "1.0.40" [features] auto-hash-id-location = [] bevy_ecs = [ "stereokit-sys/bevy_ecs", "dep:bevy_ecs", ] bevy_reflect = [ "stereokit-sys/bevy_reflect", "dep:bevy_reflect", ] default = ["auto-hash-id-location"] linux-egl = ["stereokit-sys/linux-egl"] physics = ["stereokit-sys/physics"] [target."cfg(target_os = \"android\")".dependencies.ndk-context] version = "0.1.1"