Skip to content

Commit fc50d0b

Browse files
committed
dependencies: invert diagram hierarchy
1 parent 37fc0ef commit fc50d0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DEPENDENCIES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ All crates across these two repositories follow a well-defined dependency hierar
2828
'padding': 12
2929
}
3030
}}%%
31-
flowchart TB
31+
flowchart BT
3232
subgraph STR["stratum repo (low-level crates)"]
33-
direction TB
33+
direction BT
3434
3535
subgraph STR_L0["Layer 0: foundations"]
3636
direction LR
@@ -75,7 +75,7 @@ flowchart TB
7575
end
7676
7777
subgraph APPS["sv2-apps repo (application crates)"]
78-
direction TB
78+
direction BT
7979
8080
subgraph APPS_L0["Layer A0: shared libraries"]
8181
direction LR

0 commit comments

Comments
 (0)