mirror of
https://github.com/servo/servo.git
synced 2025-09-05 20:48:22 +01:00
Fix #24446
This commit is contained in:
parent
6ef9d34132
commit
e0e1d9de64
2 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,6 @@ mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
|
|||
rand_os = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" }
|
||||
rand_core = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" }
|
||||
# https://github.com/cuviper/autocfg/pull/10
|
||||
autocfg = { git = "https://github.com/servo/autocfg", branch = "rustflags" }
|
||||
autocfg = { git = "https://github.com/servo/autocfg", branch = "rustflags2" }
|
||||
# https://github.com/retep998/winapi-rs/pull/816
|
||||
winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue