diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -37,3 +37,11 @@ git = "https://github.com/servo/rust-core-graphics" [target.x86_64-apple-darwin.dependencies.core_graphics] git = "https://github.com/servo/rust-core-graphics" + +[target.i686-pc-windows-gnu.dependencies.winapi] +git = "https://github.com/retep998/winapi-rs" +features = ["gdi32", "kernel32", "user32"] + +[target.x86_64-pc-windows-gnu.dependencies.winapi] +git = "https://github.com/retep998/winapi-rs" +features = ["gdi32", "kernel32", "user32"] |