From ba22edaccda964ec99707c615fafb544f6a4e460 Mon Sep 17 00:00:00 2001 From: Djkato Date: Thu, 8 Sep 2022 20:44:52 +0200 Subject: [PATCH] move build --- Cargo.toml | 3 +-- build.rs => src/build.rs | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename build.rs => src/build.rs (100%) diff --git a/Cargo.toml b/Cargo.toml index 829f752..0d0b6a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ author = "https://djkato.net" discord-rich-presence = "0.2.2" regex = "1.6.0" tray-item = "0.7.0" +windres = "*" [dependencies.windows] version = "0.39.0" features = [ @@ -19,5 +20,3 @@ features = [ "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", ] -[build-dependencies] -windres = "*" \ No newline at end of file diff --git a/build.rs b/src/build.rs similarity index 100% rename from build.rs rename to src/build.rs