Refactor graph and misc
This commit is contained in:
parent
5f5fe0c149
commit
8f163269bd
22 changed files with 126 additions and 45 deletions
|
|
@ -2,9 +2,6 @@ use factorio_core::{beltoptions::Beltspeed, pathfield::PathField, prelude::*};
|
|||
|
||||
pub mod belt_finding;
|
||||
pub mod examples;
|
||||
pub mod graph;
|
||||
pub mod misc;
|
||||
pub mod priority_queue;
|
||||
|
||||
pub struct PathInput<'c, M> {
|
||||
pub connections: &'c [Connection],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue