From b5f934bc3d9ab69c4ed485c600862d206efe7307 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 15 Feb 2025 06:59:26 +1000 Subject: [PATCH] Update project graph to 2.10 release (from RC1) --- Dependencies.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Dependencies.md b/Dependencies.md index acb24ff..a2f7e31 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -1,7 +1,7 @@ # Main solution Graph of ``s, as of 2.10 RC1: -![bizhawk.dot.png](https://github.com/user-attachments/assets/8925b4d5-a1e0-45fd-aa06-c5e08d59ba03) +![bizhawk.dot.png](https://github.com/user-attachments/assets/62ba6488-af99-4652-9c22-c2b6716b3963) Color | Legend --:|:-- @@ -18,7 +18,6 @@ red | *Framework* via *Standard*† For use with Graphviz' `dot`. - ```dot // BizHawk project dependency graph as of 2.10 RC1 digraph G { @@ -80,13 +79,6 @@ digraph G { "BizHawk.Emulation.Cores" -> "BizHawk.Client.Common"; "BizHawk.Emulation.DiscSystem" -> "BizHawk.Client.DiscoHawk"; "BizHawk.Emulation.DiscSystem" -> "BizHawk.Emulation.Cores"; - subgraph redundant { // removed in c22f2ab4f - edge [ color = "#7FFF7F3F"; constraint = false; headport = "s"; ]; - "BizHawk.Bizware.Graphics" -> "BizHawk.Bizware.Test"; - "BizHawk.Bizware.Graphics" -> "BizHawk.Client.EmuHawk"; - "BizHawk.Bizware.Graphics" -> "BizHawk.Tests.Testroms.GB"; - "BizHawk.Common" -> "BizHawk.Emulation.Common"; - } } subgraph netframework_deps {