Initial Commit
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "kneeboard"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Bevy powered Kneeboard OpenXR Overlay"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
avian3d = { version = "0.5.0", features = ["simd"] }
|
||||
bevy = { version = "0.18", features = ["debug"] }
|
||||
bevy_cef = { path = "../bevy_cef" }
|
||||
bevy_mod_xr = { git = "https://git.avii.nl/Avii/bevy_oxr.git", version = "0.5.0" }
|
||||
bevy_mod_openxr = { git = "https://git.avii.nl/Avii/bevy_oxr.git", version = "0.5.0" }
|
||||
bevy_pkv = "0.15.0"
|
||||
# bevy_xr_utils.workspace = true
|
||||
openxr = "0.21.1"
|
||||
rdev = { version = "0.5.3", features = ["unstable_grab"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
Reference in New Issue
Block a user