Skip to content

Commit

Permalink
Actually, no bytemuck yet due to dependency hell
Browse files Browse the repository at this point in the history
  • Loading branch information
kanerogers committed Feb 10, 2023
1 parent 774bbf3 commit 153463f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions hotham-openxr-client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ pub unsafe extern "system" fn create_xr_swapchain(
create_info: *const SwapchainCreateInfo,
swapchain: *mut Swapchain,
) -> Result {
trace!("create_swapchain");
Result::ERROR_FEATURE_UNSUPPORTED
}

Expand Down
2 changes: 1 addition & 1 deletion hotham-openxr-client/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ${Env:RUST_BACKTRACE} = 1
cargo build -p hotham_openxr_client
# Start-Job -ScriptBlock { cargo run --bin hotham-editor }
# Start-Sleep -seconds 1
cargo run --bin hotham_simple_scene_example
cargo run --bin hotham_simple_scene_example --features editor
2 changes: 1 addition & 1 deletion hotham-simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy_static = "1.4.0"
openxr-sys = "0.9"
rand = "0.8"
vk-shader-macros = "0.2.8"
winit = "0.26"
winit = "0.28.1"

[build-dependencies]
bindgen = "*"

0 comments on commit 153463f

Please sign in to comment.