From 2fdc5e01b8435058d3e6f131ffeda134517da88a Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 28 Jul 2025 17:47:35 -0600 Subject: [PATCH] Add number hints to edges --- thecockpit/src/app/weather_icon.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thecockpit/src/app/weather_icon.rs b/thecockpit/src/app/weather_icon.rs index 3b79e7e..b776683 100644 --- a/thecockpit/src/app/weather_icon.rs +++ b/thecockpit/src/app/weather_icon.rs @@ -1,5 +1,7 @@ use phf::phf_map; use ratatui::{style::Color, widgets::Widget}; +#[cfg(target_arch = "wasm32")] +use ratzilla::ratatui; pub const DAY_ICONS: phf::Map<&'static str, [&'static str; 3]> = phf_map! { "01d" => [