Do not wait for rAF to be requested in render loop

This commit is contained in:
Manish Goregaokar 2019-12-19 11:23:37 -08:00
parent 267ce462d8
commit 01f27e9c69
3 changed files with 24 additions and 31 deletions

4
Cargo.lock generated
View file

@ -6450,7 +6450,7 @@ dependencies = [
[[package]]
name = "webxr"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#b79870164f518d90268aaaac1fb83059b83dceda"
source = "git+https://github.com/servo/webxr#c6abf4c60d165ffc978ad2ebd6bcddc3c21698e1"
dependencies = [
"bindgen",
"euclid",
@ -6471,7 +6471,7 @@ dependencies = [
[[package]]
name = "webxr-api"
version = "0.0.1"
source = "git+https://github.com/servo/webxr#b79870164f518d90268aaaac1fb83059b83dceda"
source = "git+https://github.com/servo/webxr#c6abf4c60d165ffc978ad2ebd6bcddc3c21698e1"
dependencies = [
"euclid",
"ipc-channel",