From aaa31fe70add9e27985e6fa8442d84e5e20d0aa2 Mon Sep 17 00:00:00 2001 From: Wu Yuwei Date: Fri, 16 Jun 2023 19:15:09 +0800 Subject: [PATCH] Update surfman and surfman-chains versions --- Cargo.toml | 2 -- webxr/Cargo.toml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cbb48f9..3a5978d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,3 @@ members = [ "webxr-api" ] -[patch.crates-io] -surfman-chains = { git = "https://github.com/servo/surfman-chains.git" } diff --git a/webxr/Cargo.toml b/webxr/Cargo.toml index 424bdcd..f0dd683 100644 --- a/webxr/Cargo.toml +++ b/webxr/Cargo.toml @@ -43,8 +43,8 @@ gvr-sys = { version = "0.7", optional = true } openxr = { git = "https://github.com/servo/openxrs.git", branch="secondary-views-2", optional = true } serde = { version = "1.0", optional = true } sparkle = "0.1" -surfman = "0.6" -surfman-chains = "0.7" +surfman = "0.7" +surfman-chains = "0.8" time = "0.1.42" [target.'cfg(target_os = "windows")'.dependencies]