Skip to content

Commit

Permalink
Fix googlevr build (and therefore CI)
Browse files Browse the repository at this point in the history
Fix #158
  • Loading branch information
SimonSapin committed Apr 20, 2020
1 parent 8058115 commit 0ccbf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ log = "0.4.6"
gvr-sys = { version = "0.7", optional = true }
openxr = { version = "0.12.1", optional = true }
serde = { version = "1.0", optional = true }
surfman = { git = "https://github.com/servo/surfman" }
surfman = { git = "https://github.com/servo/surfman", features = ["sm-x11"] }
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
time = "0.1.42"

Expand Down

0 comments on commit 0ccbf11

Please sign in to comment.