Refactor layouting into separate crate
This commit is contained in:
parent
c3bb980fcf
commit
5c8010c23b
15 changed files with 124 additions and 55 deletions
|
|
@ -1,9 +1,5 @@
|
|||
use factorio_core::{
|
||||
aabb::AABB,
|
||||
beltoptions::Beltspeed,
|
||||
direction,
|
||||
pathfield::PathField,
|
||||
prelude::{Direction, Position, PositionType, Transformable, Transformation},
|
||||
aabb::AABB, beltoptions::Beltspeed, pathfield::PathField, prelude::*,
|
||||
quaterdirection::QuaterDirection,
|
||||
};
|
||||
use std::{collections::HashMap, sync::atomic::AtomicUsize};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue