Navigation Menu

Skip to content

Commit

Permalink
Update webxr
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 6, 2020
1 parent 6653b89 commit bb652a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
31 changes: 19 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ports/libsimpleservo/api/src/lib.rs
Expand Up @@ -819,7 +819,7 @@ impl EmbedderMethods for ServoEmbedderCallbacks {
}
}

if openxr::create_instance().is_ok() {
if openxr::create_instance(false).is_ok() {
let discovery = openxr::OpenXrDiscovery::new(
Box::new(GlThread(executor)),
Box::new(ProviderRegistration(surface_providers)),
Expand Down
1 change: 1 addition & 0 deletions servo-tidy.toml
Expand Up @@ -34,6 +34,7 @@ packages = [
"gleam",
"peek-poke",
"peek-poke-derive",
"libloading",
"wayland-sys",

# https://github.com/servo/servo/pull/23288#issuecomment-494687746
Expand Down

0 comments on commit bb652a0

Please sign in to comment.