Update surfman to 0.2 and remove glutin

This commit is contained in:
Alan Jeffrey 2020-01-09 17:28:46 -06:00
parent 9dbc6554f0
commit 8bb1732258
94 changed files with 2265 additions and 1513 deletions

View file

@ -30,9 +30,9 @@ lazy_static = "1.4"
libservo = {path = "../../components/servo"}
servo-media = {git = "https://github.com/servo/media"}
sparkle = "0.1"
surfman = { git = "https://github.com/pcwalton/surfman", branch = "multi" }
surfman = { git = "https://github.com/servo/surfman" }
surfman-chains-api = "0.2"
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains", branch = "multi" }
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
[build-dependencies]
gst-plugin-version-helper = "0.1"