Phase 1 Complete: FloatBox full implementation with operators and methods

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-11 19:35:25 +00:00
parent 19cfe70df9
commit 93cad22d31
7 changed files with 252 additions and 96 deletions

View File

@ -76,7 +76,7 @@ pub mod egui_box;
pub use string_box::StringBox;
pub use integer_box::IntegerBox;
pub use bool_box::BoolBox;
pub use math_box::MathBox;
pub use math_box::{MathBox, FloatBox};
pub use time_box::TimeBox;
pub use debug_box::DebugBox;
pub use random_box::RandomBox;