hotham 0.2.0

A framework for creating incredible standalone VR experiences
Documentation
# 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 = "hotham"
version = "0.2.0"
build = "build.rs"
description = "A framework for creating incredible standalone VR experiences"
readme = "../README.md"
keywords = [
    "vr",
    "gamedev",
    "openxr",
    "vulkan",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/leetvr/hotham/"

[dependencies.anyhow]
version = "1.0"

[dependencies.ash]
version = "0.33.2"

[dependencies.console]
version = "0.14"

[dependencies.cpal]
version = "0.13.5"

[dependencies.crossbeam]
version = "0.8.1"

[dependencies.ctrlc]
version = "3"
features = ["termination"]

[dependencies.egui]
version = "0.15"

[dependencies.generational-arena]
version = "0.2.8"

[dependencies.gltf]
version = "0.16"
features = ["KHR_materials_pbrSpecularGlossiness"]

[dependencies.hecs]
version = "0.7.5"

[dependencies.hotham-debug-server]
version = "0.2"

[dependencies.image]
version = "0.23"

[dependencies.itertools]
version = "0.10.0"

[dependencies.libktx-rs]
version = "0.2.3"

[dependencies.memoffset]
version = "0.5.1"

[dependencies.mint]
version = "0.5.6"

[dependencies.nalgebra]
version = "0.29.0"
features = [
    "convert-mint",
    "serde-serialize",
]

[dependencies.oddio]
version = "0.5"

[dependencies.openxr]
version = "0.16"
features = [
    "loaded",
    "mint",
]

[dependencies.rand]
version = "0.8"

[dependencies.rapier3d]
version = "0.11.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.symphonia]
version = "0.4"
features = ["mp3"]

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "0.8"
features = [
    "serde",
    "v4",
]

[dev-dependencies.approx]
version = "0.5"

[build-dependencies.shaderc]
version = "0.7"

[target."cfg(not(any(target_os = \"macos\", target_os = \"ios\")))".dependencies.renderdoc]
version = "0.10"

[target."cfg(target_os = \"android\")".dependencies.jni]
version = "0.18.0"

[target."cfg(target_os = \"android\")".dependencies.ndk]
version = "0.6"

[target."cfg(target_os = \"android\")".dependencies.ndk-glue]
version = ">=0.6.2"