From caf8556e545829d6b2c012d7fbc6f99c89a7bfe1 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sun, 7 Dec 2025 12:56:38 +0100 Subject: [PATCH] build: always build assets, since the UI drawing is separate from the hardware now --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index ae9715e..df8020a 100644 --- a/build.rs +++ b/build.rs @@ -13,7 +13,6 @@ fn main() { #[cfg(feature="simulation")] write_sim_data(); - #[cfg(feature="oled")] compile_assets(); }