Refactor graph and misc
This commit is contained in:
parent
5f5fe0c149
commit
8f163269bd
22 changed files with 126 additions and 45 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue