feat(redo-ui): wip
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-10 21:12:39 +02:00
parent b3d6b77752
commit 4a36116300
5 changed files with 245 additions and 280 deletions

View File

@@ -7,8 +7,10 @@ use crate::{
state::SharedState,
};
use super::movement_graph::{MovementGraph, MovementGraphItem};
use super::render_graph::RenderGraph;
use super::{
movement_graph::{MovementGraph, MovementGraphItem},
render_graph::summarize::SummarizeRenderGraph,
};
pub struct GraphExplorer<'a> {
state: SharedState,