//! Re-export of the pure dependency-graph layout.
//!
//! The layout core moved to the shared `nornir-depgraph` edda leaf (so nornir AND
//! dwarves render the same suite dependency view). It stays reachable as
//! `viz::depgraph_layout` so the 🔗 Dep Graph tab's renderer (`super::graph`) and
//! the introspection call sites are unchanged.
pub use nornir_depgraph::layout::*;