mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Merge pull request #493 from ricky26/msvc
Add dependencies lines for MSVC.
This commit is contained in:
@@ -51,6 +51,13 @@ user32-sys = "~0.1.1"
|
|||||||
kernel32-sys = "0.1"
|
kernel32-sys = "0.1"
|
||||||
dwmapi-sys = "0.1"
|
dwmapi-sys = "0.1"
|
||||||
|
|
||||||
|
[target.x86_64-pc-windows-msvc.dependencies]
|
||||||
|
winapi = "~0.1.18"
|
||||||
|
gdi32-sys = "0.1"
|
||||||
|
user32-sys = "~0.1.1"
|
||||||
|
kernel32-sys = "0.1"
|
||||||
|
dwmapi-sys = "0.1"
|
||||||
|
|
||||||
[target.i686-unknown-linux-gnu.dependencies]
|
[target.i686-unknown-linux-gnu.dependencies]
|
||||||
osmesa-sys = "0.0.5"
|
osmesa-sys = "0.0.5"
|
||||||
wayland-client = "0.1.6"
|
wayland-client = "0.1.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user