Switch to dwmapi
This commit is contained in:
parent
81314f91d8
commit
9117bcf3d3
3 changed files with 9 additions and 11 deletions
|
|
@ -37,16 +37,18 @@ glutin_core_graphics = "0"
|
|||
glutin_core_foundation = "0"
|
||||
|
||||
[target.i686-pc-windows-gnu.dependencies]
|
||||
winapi = "0.1"
|
||||
winapi = "~0.1.18"
|
||||
gdi32-sys = "0.1"
|
||||
user32-sys = "~0.1.1"
|
||||
kernel32-sys = "0.1"
|
||||
dwmapi-sys = "0.1"
|
||||
|
||||
[target.x86_64-pc-windows-gnu.dependencies]
|
||||
winapi = "0.1"
|
||||
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]
|
||||
osmesa-sys = "0.0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue