From c5696cf5b06ddd3ba19c736fcd54ad1a71c561a9 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Sun, 3 Nov 2024 14:53:06 +0100 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20Add=20one=20line=20to?= =?UTF-8?q?=20stay=20consistent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index a08d100..6700ad2 100644 --- a/build.rs +++ b/build.rs @@ -3,6 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later extern crate embed_resource; + fn main() { embed_resource::compile("mtg-manifest.rc", embed_resource::NONE); }