mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +01:00
Use fork of rand_os that is UWP compatible.
This commit is contained in:
parent
dcbec3e404
commit
51353c60ff
2 changed files with 14 additions and 11 deletions
|
@ -28,3 +28,6 @@ opt-level = 3
|
|||
# Those are here to dedupe winapi since mio is still using winapi 0.2.
|
||||
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
|
||||
iovec = { git = "https://github.com/servo/iovec.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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue