Don't use extern crate syntax

This commit is contained in:
IndyV 2022-11-04 10:22:41 +01:00
parent 82efc80286
commit 4ec0b9ca7d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
extern crate winres;
use winres;
fn main() {
if cfg!(target_os = "windows") {