More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-31 08:55:28 -07:00
parent a509c33abf
commit ca30ec02fc
7 changed files with 39 additions and 39 deletions

View file

@ -26,9 +26,9 @@ opt-level = 3
# [patch."https://github.com/servo/<repository>"]
# <crate> = { path = "/path/to/local/checkout" }
# Those are here to dedupe winapi since mio is still using winapi 0.2.
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
surfman = { git = "https://github.com/servo/surfman" }
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
# https://github.com/retep998/winapi-rs/pull/816
winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
surfman = { git = "https://github.com/servo/surfman" }