[package] edition = "2018" name = "stardust-xr" version = "0.9.0" [dependencies] anyhow = "1.0.57" clap = { version = "3.1.6", features = ["derive"] } ctrlc = "3.2.2" dashmap = "5.3.4" flatbuffers = "2.1.2" flexbuffers = "2.0.0" glam = {version = "0.21.3", features = ["mint"]} lazy_static = "1.4.0" mint = "0.5.9" nanoid = "0.4.0" once_cell = "1.12.0" parking_lot = "0.12.1" portable-atomic = {version = "0.3.0", features = ["float", "std"]} rccell = "0.1.3" rustc-hash = "1.1.0" slab = "0.4.6" tokio = { version = "1", features = ["full"] } thiserror = "1.0.31" send_wrapper = "0.6.0" prisma = "0.1.1" slog = "2.7.0" slog-stdlog = "4.1.1" [dependencies.libstardustxr] path = "../libstardustxr-rs" default-features = false [dependencies.stereokit] path = "../stereokit-rs" default-features = false features = ["linux-egl"] [dependencies.smithay] git = "https://github.com/Smithay/smithay.git"