From 2d1027785f9711d071dca1f1b1e0c209ec326df1 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Mon, 14 Oct 2024 16:52:08 +0200 Subject: [PATCH] Move winresource to build-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf4d63d..86b4cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,5 +80,5 @@ x11rb = "0.13.1" zbus = "4.4" uzers = "0.12" -[target.'cfg(target_os = "windows")'.dependencies] +[build-dependencies] winresource = "0.1.17"