mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Add profiling for WebXR
This commit is contained in:
parent
52c9cce4c4
commit
f3e1aba4e3
12 changed files with 93 additions and 9 deletions
|
@ -15,6 +15,8 @@ canvas2d-azure = ["azure"]
|
|||
canvas2d-raqote = ["raqote"]
|
||||
webgl_backtrace = ["canvas_traits/webgl_backtrace"]
|
||||
no-wgl = ["surfman/sm-no-wgl"]
|
||||
xr-profile = ["webxr-api/profile", "time"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
azure = {git = "https://github.com/servo/rust-azure", optional = true}
|
||||
|
@ -32,6 +34,7 @@ ipc-channel = "0.14"
|
|||
log = "0.4"
|
||||
num-traits = "0.2"
|
||||
raqote = {git = "https://github.com/jrmuizel/raqote", optional = true}
|
||||
time = { version = "0.1.0", optional = true }
|
||||
pixels = {path = "../pixels"}
|
||||
servo_config = {path = "../config"}
|
||||
sparkle = "0.1.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue