[package] edition = "2021" rust-version = "1.75" name = "color_cube" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] manifest-dir-macros = "0.1.18" mint = "0.5.9" tokio = { version = "1.37.0", features = ["full"] } stardust-xr-fusion = { git = "https://github.com/StardustXR/core" } glam = { version = "0.27.0", features = ["mint"] }