wincolor: migrate to winapi 0.3

This commit is contained in:
Steffen Butzer
2017-12-29 23:53:18 +01:00
committed by Andrew Gallant
parent f8162d2707
commit 0d03145293
4 changed files with 28 additions and 32 deletions

3
Cargo.lock generated
View File

@@ -395,8 +395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "wincolor"
version = "0.1.4"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]