Refactor graph and misc

This commit is contained in:
hal8174 2025-03-02 22:51:25 +01:00
parent 5f5fe0c149
commit 8f163269bd
22 changed files with 126 additions and 45 deletions

8
Cargo.lock generated
View file

@ -581,6 +581,13 @@ dependencies = [
"termcolor",
]
[[package]]
name = "factorio-graph"
version = "0.1.0"
dependencies = [
"tracing",
]
[[package]]
name = "factorio-layout"
version = "0.1.0"
@ -608,6 +615,7 @@ dependencies = [
"criterion",
"factorio-blueprint",
"factorio-core",
"factorio-graph",
"flate2",
"image",
"miette",