aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-07-26 15:53:34 +0200
committerGitHub <noreply@github.com>2024-07-26 13:53:34 +0000
commitf7448b5d6121339508a5cbc31e1da2db704da371 (patch)
tree06ba1edd7d134fbb9c2679f363fc4d0201e8a9b6 /components/servo
parenteac54183c154ca044f98e9d74aa51892f73c0085 (diff)
downloadservo-f7448b5d6121339508a5cbc31e1da2db704da371.tar.gz
servo-f7448b5d6121339508a5cbc31e1da2db704da371.zip
Remove the WebXR dependency on ancient `time@0.1` crate (#32862)
`webxr` depends on a very old verison of `time`, which allowed serializing monotonic clock output. This isn't possible on all platforms, so newer versions of `time` do not allow this. In order to stop using the old 0.1 versions of `time` we have to stop relying on times passed from `webxr` to Servo. This change does that, at the cost of removing the XR profiling feature. It has to be rewritten in another way in the `webxr` crate. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/servo')
-rw-r--r--components/servo/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index 950eed9aae4..3107e8c74ba 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -30,7 +30,6 @@ webgl_backtrace = [
"canvas/webgl_backtrace",
"canvas_traits/webgl_backtrace",
]
-xr-profile = ["canvas/xr-profile", "canvas_traits/xr-profile", "script/xr-profile", "webxr/profile"]
[dependencies]
background_hang_monitor = { path = "../background_hang_monitor" }