mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Upgrade to latest winapi
Signed-off-by: Peter Atashian <retep998@gmail.com>
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -47,10 +47,14 @@ git = "https://github.com/servo/rust-core-foundation"
|
||||
[target.x86_64-apple-darwin.dependencies.core_foundation]
|
||||
git = "https://github.com/servo/rust-core-foundation"
|
||||
|
||||
[target.i686-pc-windows-gnu.dependencies.winapi]
|
||||
version = "0.0.5"
|
||||
features = ["gdi32", "kernel32", "user32"]
|
||||
[target.i686-pc-windows-gnu.dependencies]
|
||||
winapi = "0.1"
|
||||
gdi32-sys = "*"
|
||||
user32-sys = "*"
|
||||
kernel32-sys = "*"
|
||||
|
||||
[target.x86_64-pc-windows-gnu.dependencies.winapi]
|
||||
version = "0.0.5"
|
||||
features = ["gdi32", "kernel32", "user32"]
|
||||
[target.x86_64-pc-windows-gnu.dependencies]
|
||||
winapi = "0.1"
|
||||
gdi32-sys = "*"
|
||||
user32-sys = "*"
|
||||
kernel32-sys = "*"
|
||||
|
||||
Reference in New Issue
Block a user