Open joaoag opened 8 months ago
circle_packing
min radius
max radius
cannot sample empty range
As per the docs I have:
cargo fmt --all
cargo run --bin run_all_examples
Motivation for changes
circle_packing
example to better understand the egui librarymin radius
andmax radius
to 0, the program panics and exits withcannot sample empty range
Summary of changes
max radius
to 0.1 to avoid empty range errorsPR checklist
As per the docs I have:
cargo fmt --all
cargo run --bin run_all_examples