Skip to main content

blockworx/widget/
mod.rs

1pub mod alignment;
2pub mod auto_route;
3pub mod clipboard;
4pub mod display;
5pub mod drawing;
6pub mod edge;
7pub mod hit_target;
8pub mod io_pin_picker;
9pub mod materialize;
10pub mod movement;
11pub mod routing;
12pub mod scene;
13pub mod segmentkind;
14pub mod spatial;
15pub mod waypoint_router;
16
17pub use scene::DrawingPasses;
18
19#[cfg(test)]
20mod closed_router_tests;
21#[cfg(test)]
22mod render_bench;
23#[cfg(test)]
24mod render_path_tests;
25#[cfg(test)]
26pub(crate) mod test_fixtures;