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