19 lines
467 B
TOML
19 lines
467 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "stardust-xr"
|
|
version = "0.9.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libstardustxr = {path = "../libstardustxr-rs"}
|
|
anyhow = "1.0.57"
|
|
ctrlc = "3.2.2"
|
|
flexbuffers = "2.0.0"
|
|
glam = {version = "0.20.5", features = ["mint"]}
|
|
mint = "0.5.9"
|
|
mio = {version = "0.8.3", features = ["net", "os-poll", "os-ext"]}
|
|
rccell = "0.1.3"
|
|
slab = "0.4.6"
|
|
thiserror = "1.0.31"
|