diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2014-12-03 08:25:02 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2014-12-03 08:25:02 +0100 |
commit | c6f5b4a107109c7c900b5e56adb036a5e55e667b (patch) | |
tree | 57085dc0026f41848c59457af781550c36003448 /Cargo.toml | |
parent | 6652cd0bdfa8c8db90ed01afaccad40f17228c43 (diff) | |
parent | 3cf487ac70c50d8e0a0720af843145d28ce4f1c7 (diff) | |
download | glutin-c6f5b4a107109c7c900b5e56adb036a5e55e667b.tar.gz glutin-c6f5b4a107109c7c900b5e56adb036a5e55e667b.zip |
Merge pull request #150 from tomaka/winapi
Use the winapi crate instead of our own ffi
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"] |