From ef3d078eff89cc0eb35ca656f7b1abc94157b286 Mon Sep 17 00:00:00 2001 From: Wu Wayne Date: Tue, 31 Dec 2024 12:32:32 +0900 Subject: [PATCH] Update surfman to latest commit Signed-off-by: Wu Wayne --- webxr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webxr/Cargo.toml b/webxr/Cargo.toml index d627107..eee33bf 100644 --- a/webxr/Cargo.toml +++ b/webxr/Cargo.toml @@ -34,7 +34,7 @@ log = "0.4.6" openxr = { version = "0.19", optional = true } serde = { version = "1.0", optional = true } glow = "0.16" -surfman = { git = "https://github.com/servo/surfman", rev = "c8d6b4b65aeab739ee7651602e29c8d58ceee123", features = [ +surfman = { git = "https://github.com/servo/surfman", rev = "300789ddbda45c89e9165c31118bf1c4c07f89f6", features = [ "chains", ] }