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" => [