From 91f6f199147d9025a1d45357858342b0027c4511 Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Tue, 22 Mar 2022 04:51:13 +0100 Subject: [PATCH] put windres in build-dependencies --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 628ce47..8d60f5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,11 +87,10 @@ webbrowser = "0.5.5" winit = { git = "https://github.com/alula/winit.git", rev = "6acf76ff192dd8270aaa119b9f35716c03685f9f", optional = true, default_features = false, features = ["x11"] } xmltree = "0.10.3" -#[build-dependencies] -#gl_generator = { version = "0.14.0", optional = true } - [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["winuser"] } + +[target.'cfg(target_os = "windows")'.build-dependencies] windres = "0.2" [target.'cfg(target_os = "macos")'.dependencies]