Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit a5824ed

Browse files
authored
Auto merge of #203 - mukilan:update-surfman, r=jdm
Update surfman to 0.6 To complete the update of winit used by Servo (servo/servo#29382), a new version 0.6.0 of surfman has been published to crates.io (servo/surfman#249). To address compilation errors in Servo about mismatched types due to duplicated versions of surfman, we will need to update all references in Servo to the same version (0.6.0).
2 parents 3d482b2 + 1cd0922 commit a5824ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webxr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gvr-sys = { version = "0.7", optional = true }
4343
openxr = { git = "https://github.com/servo/openxrs.git", branch="secondary-views-2", optional = true }
4444
serde = { version = "1.0", optional = true }
4545
sparkle = "0.1"
46-
surfman = "0.5"
46+
surfman = "0.6"
4747
surfman-chains = "0.7"
4848
time = "0.1.42"
4949

0 commit comments

Comments
 (0)