feat: drawing and stuff
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -8,10 +8,17 @@ license = "MIT/Apache-2.0"
|
||||
[dependencies]
|
||||
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_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_mod_xr = { path = "../bevy_oxr/crates/bevy_xr" }
|
||||
bevy_mod_openxr = { path = "../bevy_oxr/crates/bevy_openxr" }
|
||||
|
||||
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"] }
|
||||
otd-ipc = { path = "../../otd-ipc-client-rs" }
|
||||
crossbeam-channel = "0.5.15"
|
||||
triple_buffer = "8.1.1"
|
||||
|
||||
Reference in New Issue
Block a user