Skip to content

Commit 442003a

Browse files
committed
Use default oxr features
1 parent 6158aad commit 442003a

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ egui = "0.23"
2929
bevy-inspector-egui = "0.21.0"
3030
wgpu = "0.17"
3131
bevy_flycam = "0.12"
32-
bevy_oxr = { version = "0.1", default-features = false }
33-
openxr = { version = "0.17.1" }
32+
bevy_oxr = "0.1"
33+
openxr = "0.17.1"
3434
bevy_mod_inverse_kinematics = "0.5"
3535

3636
# Enable a small amount of optimization in debug mode

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
pkgs.cargo-deny
4747
pkgs.cargo-expand
4848
pkgs.cargo-binutils
49-
pkgs.cargo-apk
49+
pkgs.cargo-apk
5050
# cmake for openxr
5151
pkgs.cmake
52+
pkgs.openxr-loader
5253
];
5354

5455
# see https://github.com/NixOS/nixpkgs/blob/95b81c96f863ca8911dffcda45d1937efcd66a4b/pkgs/games/jumpy/default.nix#L60C5-L60C38

skills/openxr-6dof/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ openxr.workspace = true
1414
bevy.workspace = true
1515
bevy_oxr.workspace = true
1616
color-eyre.workspace = true
17-
18-
[target.'cfg(not(target_os = "android"))'.dependencies]
19-
bevy_oxr = { workspace = true, default-features = false }
20-
openxr = { workspace = true, features = ["static"] }

0 commit comments

Comments
 (0)