Mention why the windows deps are there

This commit is contained in:
Steven Fackler 2015-11-16 21:03:34 -08:00
parent be7171ee10
commit 9ebf094437
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ libressl-pnacl-sys = "2.1.0"
[target.arm-unknown-nacl.dependencies] [target.arm-unknown-nacl.dependencies]
libressl-pnacl-sys = "2.1.0" libressl-pnacl-sys = "2.1.0"
# Only here to make sure we link to these in a static build on Windows
[target.i686-pc-windows-gnu] [target.i686-pc-windows-gnu]
user32-sys = "0.1" user32-sys = "0.1"
gdi32-sys = "0.1" gdi32-sys = "0.1"