Add number hints to edges
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-28 11:40:35 -06:00
parent 25e1448e41
commit de193a6e47
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -7,6 +7,8 @@ use ratatui::{
style::{Color, Style, Stylize},
widgets::{Block, Borders, Paragraph, Widget},
};
#[cfg(target_arch = "wasm32")]
use ratzilla::ratatui;
use tachyonfx::{fx, Effect, Interpolation, Shader};
use web_time::Instant;