git refs instead of local
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -1139,6 +1139,7 @@ checksum = "7ef8e4b7e61dfe7719bb03c884dc270cd46a82efb40f93e9933b990c5c190c59"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_mod_openxr"
|
name = "bevy_mod_openxr"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
source = "git+https://git.avii.nl/Avii/bevy_oxr.git#aca40a0761d9a09111431b83a3ee2269bf3c55df"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android_system_properties",
|
"android_system_properties",
|
||||||
"ash",
|
"ash",
|
||||||
@@ -1163,6 +1164,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_mod_xr"
|
name = "bevy_mod_xr"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
source = "git+https://git.avii.nl/Avii/bevy_oxr.git#aca40a0761d9a09111431b83a3ee2269bf3c55df"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy_app",
|
"bevy_app",
|
||||||
"bevy_camera",
|
"bevy_camera",
|
||||||
@@ -4354,6 +4356,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "otd-ipc"
|
name = "otd-ipc"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://git.avii.nl/Avii/otd-ipc-rs.git#e705b3e8391e6afa411cba4b6238083fb452d5e3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"dirs",
|
"dirs",
|
||||||
|
|||||||
10
Cargo.toml
10
Cargo.toml
@@ -8,16 +8,16 @@ license = "MIT/Apache-2.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = { version = "0.18", features = ["debug"] }
|
bevy = { version = "0.18", features = ["debug"] }
|
||||||
# bevy_cef = { path = "../bevy_cef" }
|
# bevy_cef = { path = "../bevy_cef" }
|
||||||
# bevy_mod_xr = { 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_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_xr = { path = "../bevy_oxr/crates/bevy_xr" }
|
||||||
bevy_mod_openxr = { path = "../bevy_oxr/crates/bevy_openxr" }
|
#bevy_mod_openxr = { path = "../bevy_oxr/crates/bevy_openxr" }
|
||||||
|
|
||||||
bevy_pkv = "0.15.0"
|
bevy_pkv = "0.15.0"
|
||||||
openxr = "0.21.1"
|
openxr = "0.21.1"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
otd-ipc = { path = "../../otd-ipc-client-rs" }
|
otd-ipc = { git = "https://git.avii.nl/Avii/otd-ipc-rs.git" }
|
||||||
|
|
||||||
triple_buffer = "8.1.1"
|
triple_buffer = "8.1.1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user