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

View File

@@ -23,8 +23,6 @@ println!("This text will be normal.");
#![deny(missing_docs)]
#[cfg(windows)]
extern crate kernel32;
#[cfg(windows)]
extern crate winapi;