mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update surfman to use Git version
This commit is contained in:
parent
51bf8fcfe3
commit
2436bd195a
4 changed files with 16 additions and 10 deletions
|
@ -39,5 +39,5 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
|||
webrender_traits = {path = "../webrender_traits"}
|
||||
webxr-api = {git = "https://github.com/servo/webxr", features = ["ipc"]}
|
||||
# NOTE: the sm-angle feature only enables angle on windows, not other platforms!
|
||||
surfman = { git = "https://github.com/pcwalton/surfman", features = ["sm-angle", "sm-osmesa"] }
|
||||
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
|
||||
surfman = { version = "0.1", features = ["sm-angle", "sm-osmesa"] }
|
||||
surfman-chains = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue