Add number hints to edges
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
25e1448e41
commit
de193a6e47
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue