Move Specs code to own common_ecs create, put tracy and macros into common_base

This commit is contained in:
Marcel Märtens
2021-03-08 23:40:02 +01:00
parent 8c1ac78ce3
commit 4ebfbdde0f
85 changed files with 282 additions and 193 deletions

View File

@ -1,9 +1,9 @@
use crate::{
astar::{Astar, PathResult},
span,
terrain::Block,
vol::{BaseVol, ReadVol},
};
use common_base::span;
use hashbrown::hash_map::DefaultHashBuilder;
use rand::prelude::*;
use std::iter::FromIterator;