re-add tui_main, fixing examples

This commit is contained in:
i do not exist 2026-04-15 11:11:36 +03:00
parent a93fe92a59
commit 6c382e2627
7 changed files with 89 additions and 44 deletions

View file

@ -1,4 +1,5 @@
use crate::{*, draw::*};
#[cfg(test)] use proptest_derive::Arbitrary;
/// Point with size.
///